.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-primary {
	background-color: #3d6888!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
	background-color: #2d4d65!important
}

.bg-secondary {
	background-color: #34394c!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
	background-color: #1f222e!important
}

.bg-success {
	background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
	background-color: #1e7e34!important
}

.bg-info {
	background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
	background-color: #d39e00!important
}

.bg-danger {
	background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
	background-color: #bd2130!important
}

.bg-light {
	background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
	background-color: #dae0e5!important
}

.bg-dark {
	background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-white {
	background-color: #fff!important
}

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #dee2e6!important
}

.border-top {
	border-top: 1px solid #dee2e6!important
}

.border-right {
	border-right: 1px solid #dee2e6!important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}

.border-left {
	border-left: 1px solid #dee2e6!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.border-primary {
	border-color: #3d6888!important
}

.border-secondary {
	border-color: #34394c!important
}

.border-success {
	border-color: #28a745!important
}

.border-info {
	border-color: #17a2b8!important
}

.border-warning {
	border-color: #ffc107!important
}

.border-danger {
	border-color: #dc3545!important
}

.border-light {
	border-color: #f8f9fa!important
}

.border-dark {
	border-color: #343a40!important
}

.border-white {
	border-color: #fff!important
}

.rounded-sm {
	border-radius: .2rem!important
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important
}

.rounded-right,.rounded-top {
	border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important
}

.rounded-lg {
	border-radius: .3rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-pill {
	border-radius: 50rem!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: flex!important
}

.d-inline-flex {
	display: inline-flex!important
}

@media(min-width:576px) {
	.d-sm-none {
		display: none!important
	}

	.d-sm-inline {
		display: inline!important
	}

	.d-sm-inline-block {
		display: inline-block!important
	}

	.d-sm-block {
		display: block!important
	}

	.d-sm-table {
		display: table!important
	}

	.d-sm-table-row {
		display: table-row!important
	}

	.d-sm-table-cell {
		display: table-cell!important
	}

	.d-sm-flex {
		display: flex!important
	}

	.d-sm-inline-flex {
		display: inline-flex!important
	}
}

@media(min-width:768px) {
	.d-md-none {
		display: none!important
	}

	.d-md-inline {
		display: inline!important
	}

	.d-md-inline-block {
		display: inline-block!important
	}

	.d-md-block {
		display: block!important
	}

	.d-md-table {
		display: table!important
	}

	.d-md-table-row {
		display: table-row!important
	}

	.d-md-table-cell {
		display: table-cell!important
	}

	.d-md-flex {
		display: flex!important
	}

	.d-md-inline-flex {
		display: inline-flex!important
	}
}

@media(min-width:992px) {
	.d-lg-none {
		display: none!important
	}

	.d-lg-inline {
		display: inline!important
	}

	.d-lg-inline-block {
		display: inline-block!important
	}

	.d-lg-block {
		display: block!important
	}

	.d-lg-table {
		display: table!important
	}

	.d-lg-table-row {
		display: table-row!important
	}

	.d-lg-table-cell {
		display: table-cell!important
	}

	.d-lg-flex {
		display: flex!important
	}

	.d-lg-inline-flex {
		display: inline-flex!important
	}
}

@media(min-width:1200px) {
	.d-xl-none {
		display: none!important
	}

	.d-xl-inline {
		display: inline!important
	}

	.d-xl-inline-block {
		display: inline-block!important
	}

	.d-xl-block {
		display: block!important
	}

	.d-xl-table {
		display: table!important
	}

	.d-xl-table-row {
		display: table-row!important
	}

	.d-xl-table-cell {
		display: table-cell!important
	}

	.d-xl-flex {
		display: flex!important
	}

	.d-xl-inline-flex {
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}

	.d-print-inline {
		display: inline!important
	}

	.d-print-inline-block {
		display: inline-block!important
	}

	.d-print-block {
		display: block!important
	}

	.d-print-table {
		display: table!important
	}

	.d-print-table-row {
		display: table-row!important
	}

	.d-print-table-cell {
		display: table-cell!important
	}

	.d-print-flex {
		display: flex!important
	}

	.d-print-inline-flex {
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9:before {
	padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row!important
}

.flex-column {
	flex-direction: column!important
}

.flex-row-reverse {
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	flex-direction: column-reverse!important
}

.flex-wrap {
	flex-wrap: wrap!important
}

.flex-nowrap {
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}

.flex-fill {
	flex: 1 1 auto!important
}

.flex-grow-0 {
	flex-grow: 0!important
}

.flex-grow-1 {
	flex-grow: 1!important
}

.flex-shrink-0 {
	flex-shrink: 0!important
}

.flex-shrink-1 {
	flex-shrink: 1!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.justify-content-around {
	justify-content: space-around!important
}

.align-items-start {
	align-items: flex-start!important
}

.align-items-end {
	align-items: flex-end!important
}

.align-items-center {
	align-items: center!important
}

.align-items-baseline {
	align-items: baseline!important
}

.align-items-stretch {
	align-items: stretch!important
}

.align-content-start {
	align-content: flex-start!important
}

.align-content-end {
	align-content: flex-end!important
}

.align-content-center {
	align-content: center!important
}

.align-content-between {
	align-content: space-between!important
}

.align-content-around {
	align-content: space-around!important
}

.align-content-stretch {
	align-content: stretch!important
}

.align-self-auto {
	align-self: auto!important
}

.align-self-start {
	align-self: flex-start!important
}

.align-self-end {
	align-self: flex-end!important
}

.align-self-center {
	align-self: center!important
}

.align-self-baseline {
	align-self: baseline!important
}

.align-self-stretch {
	align-self: stretch!important
}

@media(min-width:576px) {
	.flex-sm-row {
		flex-direction: row!important
	}

	.flex-sm-column {
		flex-direction: column!important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}

	.flex-sm-wrap {
		flex-wrap: wrap!important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}

	.flex-sm-fill {
		flex: 1 1 auto!important
	}

	.flex-sm-grow-0 {
		flex-grow: 0!important
	}

	.flex-sm-grow-1 {
		flex-grow: 1!important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}

	.justify-content-sm-start {
		justify-content: flex-start!important
	}

	.justify-content-sm-end {
		justify-content: flex-end!important
	}

	.justify-content-sm-center {
		justify-content: center!important
	}

	.justify-content-sm-between {
		justify-content: space-between!important
	}

	.justify-content-sm-around {
		justify-content: space-around!important
	}

	.align-items-sm-start {
		align-items: flex-start!important
	}

	.align-items-sm-end {
		align-items: flex-end!important
	}

	.align-items-sm-center {
		align-items: center!important
	}

	.align-items-sm-baseline {
		align-items: baseline!important
	}

	.align-items-sm-stretch {
		align-items: stretch!important
	}

	.align-content-sm-start {
		align-content: flex-start!important
	}

	.align-content-sm-end {
		align-content: flex-end!important
	}

	.align-content-sm-center {
		align-content: center!important
	}

	.align-content-sm-between {
		align-content: space-between!important
	}

	.align-content-sm-around {
		align-content: space-around!important
	}

	.align-content-sm-stretch {
		align-content: stretch!important
	}

	.align-self-sm-auto {
		align-self: auto!important
	}

	.align-self-sm-start {
		align-self: flex-start!important
	}

	.align-self-sm-end {
		align-self: flex-end!important
	}

	.align-self-sm-center {
		align-self: center!important
	}

	.align-self-sm-baseline {
		align-self: baseline!important
	}

	.align-self-sm-stretch {
		align-self: stretch!important
	}
}

@media(min-width:768px) {
	.flex-md-row {
		flex-direction: row!important
	}

	.flex-md-column {
		flex-direction: column!important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}

	.flex-md-wrap {
		flex-wrap: wrap!important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}

	.flex-md-fill {
		flex: 1 1 auto!important
	}

	.flex-md-grow-0 {
		flex-grow: 0!important
	}

	.flex-md-grow-1 {
		flex-grow: 1!important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}

	.justify-content-md-start {
		justify-content: flex-start!important
	}

	.justify-content-md-end {
		justify-content: flex-end!important
	}

	.justify-content-md-center {
		justify-content: center!important
	}

	.justify-content-md-between {
		justify-content: space-between!important
	}

	.justify-content-md-around {
		justify-content: space-around!important
	}

	.align-items-md-start {
		align-items: flex-start!important
	}

	.align-items-md-end {
		align-items: flex-end!important
	}

	.align-items-md-center {
		align-items: center!important
	}

	.align-items-md-baseline {
		align-items: baseline!important
	}

	.align-items-md-stretch {
		align-items: stretch!important
	}

	.align-content-md-start {
		align-content: flex-start!important
	}

	.align-content-md-end {
		align-content: flex-end!important
	}

	.align-content-md-center {
		align-content: center!important
	}

	.align-content-md-between {
		align-content: space-between!important
	}

	.align-content-md-around {
		align-content: space-around!important
	}

	.align-content-md-stretch {
		align-content: stretch!important
	}

	.align-self-md-auto {
		align-self: auto!important
	}

	.align-self-md-start {
		align-self: flex-start!important
	}

	.align-self-md-end {
		align-self: flex-end!important
	}

	.align-self-md-center {
		align-self: center!important
	}

	.align-self-md-baseline {
		align-self: baseline!important
	}

	.align-self-md-stretch {
		align-self: stretch!important
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		flex-direction: row!important
	}

	.flex-lg-column {
		flex-direction: column!important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}

	.flex-lg-wrap {
		flex-wrap: wrap!important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}

	.flex-lg-fill {
		flex: 1 1 auto!important
	}

	.flex-lg-grow-0 {
		flex-grow: 0!important
	}

	.flex-lg-grow-1 {
		flex-grow: 1!important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}

	.justify-content-lg-start {
		justify-content: flex-start!important
	}

	.justify-content-lg-end {
		justify-content: flex-end!important
	}

	.justify-content-lg-center {
		justify-content: center!important
	}

	.justify-content-lg-between {
		justify-content: space-between!important
	}

	.justify-content-lg-around {
		justify-content: space-around!important
	}

	.align-items-lg-start {
		align-items: flex-start!important
	}

	.align-items-lg-end {
		align-items: flex-end!important
	}

	.align-items-lg-center {
		align-items: center!important
	}

	.align-items-lg-baseline {
		align-items: baseline!important
	}

	.align-items-lg-stretch {
		align-items: stretch!important
	}

	.align-content-lg-start {
		align-content: flex-start!important
	}

	.align-content-lg-end {
		align-content: flex-end!important
	}

	.align-content-lg-center {
		align-content: center!important
	}

	.align-content-lg-between {
		align-content: space-between!important
	}

	.align-content-lg-around {
		align-content: space-around!important
	}

	.align-content-lg-stretch {
		align-content: stretch!important
	}

	.align-self-lg-auto {
		align-self: auto!important
	}

	.align-self-lg-start {
		align-self: flex-start!important
	}

	.align-self-lg-end {
		align-self: flex-end!important
	}

	.align-self-lg-center {
		align-self: center!important
	}

	.align-self-lg-baseline {
		align-self: baseline!important
	}

	.align-self-lg-stretch {
		align-self: stretch!important
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		flex-direction: row!important
	}

	.flex-xl-column {
		flex-direction: column!important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}

	.flex-xl-wrap {
		flex-wrap: wrap!important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}

	.flex-xl-fill {
		flex: 1 1 auto!important
	}

	.flex-xl-grow-0 {
		flex-grow: 0!important
	}

	.flex-xl-grow-1 {
		flex-grow: 1!important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}

	.justify-content-xl-start {
		justify-content: flex-start!important
	}

	.justify-content-xl-end {
		justify-content: flex-end!important
	}

	.justify-content-xl-center {
		justify-content: center!important
	}

	.justify-content-xl-between {
		justify-content: space-between!important
	}

	.justify-content-xl-around {
		justify-content: space-around!important
	}

	.align-items-xl-start {
		align-items: flex-start!important
	}

	.align-items-xl-end {
		align-items: flex-end!important
	}

	.align-items-xl-center {
		align-items: center!important
	}

	.align-items-xl-baseline {
		align-items: baseline!important
	}

	.align-items-xl-stretch {
		align-items: stretch!important
	}

	.align-content-xl-start {
		align-content: flex-start!important
	}

	.align-content-xl-end {
		align-content: flex-end!important
	}

	.align-content-xl-center {
		align-content: center!important
	}

	.align-content-xl-between {
		align-content: space-between!important
	}

	.align-content-xl-around {
		align-content: space-around!important
	}

	.align-content-xl-stretch {
		align-content: stretch!important
	}

	.align-self-xl-auto {
		align-self: auto!important
	}

	.align-self-xl-start {
		align-self: flex-start!important
	}

	.align-self-xl-end {
		align-self: flex-end!important
	}

	.align-self-xl-center {
		align-self: center!important
	}

	.align-self-xl-baseline {
		align-self: baseline!important
	}

	.align-self-xl-stretch {
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media(min-width:576px) {
	.float-sm-left {
		float: left!important
	}

	.float-sm-right {
		float: right!important
	}

	.float-sm-none {
		float: none!important
	}
}

@media(min-width:768px) {
	.float-md-left {
		float: left!important
	}

	.float-md-right {
		float: right!important
	}

	.float-md-none {
		float: none!important
	}
}

@media(min-width:992px) {
	.float-lg-left {
		float: left!important
	}

	.float-lg-right {
		float: right!important
	}

	.float-lg-none {
		float: none!important
	}
}

@media(min-width:1200px) {
	.float-xl-left {
		float: left!important
	}

	.float-xl-right {
		float: right!important
	}

	.float-xl-none {
		float: none!important
	}
}

.user-select-all {
	-webkit-user-select: all!important;
	-moz-user-select: all!important;
	-ms-user-select: all!important;
	user-select: all!important
}

.user-select-auto {
	-webkit-user-select: auto!important;
	-moz-user-select: auto!important;
	-ms-user-select: auto!important;
	user-select: auto!important
}

.user-select-none {
	-webkit-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important
}

.overflow-auto {
	overflow: auto!important
}

.overflow-hidden {
	overflow: hidden!important
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}

.fixed-top {
	top: 0
}

.fixed-bottom,.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

@supports((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
	box-shadow: none!important
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.w-auto {
	width: auto!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.min-vw-100 {
	min-width: 100vw!important
}

.min-vh-100 {
	min-height: 100vh!important
}

.vw-100 {
	width: 100vw!important
}

.vh-100 {
	height: 100vh!important
}

.m-0 {
	margin: 0!important
}

.mt-0,.my-0 {
	margin-top: 0!important
}

.mr-0,.mx-0 {
	margin-right: 0!important
}

.mb-0,.my-0 {
	margin-bottom: 0!important
}

.ml-0,.mx-0 {
	margin-left: 0!important
}

.m-1 {
	margin: .25rem!important
}

.mt-1,.my-1 {
	margin-top: .25rem!important
}

.mr-1,.mx-1 {
	margin-right: .25rem!important
}

.mb-1,.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,.my-2 {
	margin-top: .5rem!important
}

.mr-2,.mx-2 {
	margin-right: .5rem!important
}

.mb-2,.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,.my-3 {
	margin-top: 1rem!important
}

.mr-3,.mx-3 {
	margin-right: 1rem!important
}

.mb-3,.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,.my-5 {
	margin-top: 3rem!important
}

.mr-5,.mx-5 {
	margin-right: 3rem!important
}

.mb-5,.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,.py-0 {
	padding-top: 0!important
}

.pr-0,.px-0 {
	padding-right: 0!important
}

.pb-0,.py-0 {
	padding-bottom: 0!important
}

.pl-0,.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,.py-1 {
	padding-top: .25rem!important
}

.pr-1,.px-1 {
	padding-right: .25rem!important
}

.pb-1,.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,.py-2 {
	padding-top: .5rem!important
}

.pr-2,.px-2 {
	padding-right: .5rem!important
}

.pb-2,.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,.py-3 {
	padding-top: 1rem!important
}

.pr-3,.px-3 {
	padding-right: 1rem!important
}

.pb-3,.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,.py-5 {
	padding-top: 3rem!important
}

.pr-5,.px-5 {
	padding-right: 3rem!important
}

.pb-5,.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,.px-5 {
	padding-left: 3rem!important
}

.m-n1 {
	margin: -.25rem!important
}

.mt-n1,.my-n1 {
	margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
	margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
	margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
	margin-left: -.25rem!important
}

.m-n2 {
	margin: -.5rem!important
}

.mt-n2,.my-n2 {
	margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
	margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
	margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
	margin-left: -.5rem!important
}

.m-n3 {
	margin: -1rem!important
}

.mt-n3,.my-n3 {
	margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
	margin-right: -1rem!important
}

.mb-n3,.my-n3 {
	margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
	margin-left: -1rem!important
}

.m-n4 {
	margin: -1.5rem!important
}

.mt-n4,.my-n4 {
	margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
	margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
	margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
	margin-left: -1.5rem!important
}

.m-n5 {
	margin: -3rem!important
}

.mt-n5,.my-n5 {
	margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
	margin-right: -3rem!important
}

.mb-n5,.my-n5 {
	margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
	margin-left: -3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,.my-auto {
	margin-top: auto!important
}

.mr-auto,.mx-auto {
	margin-right: auto!important
}

.mb-auto,.my-auto {
	margin-bottom: auto!important
}

.ml-auto,.mx-auto {
	margin-left: auto!important
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}

	.mt-sm-0,.my-sm-0 {
		margin-top: 0!important
	}

	.mr-sm-0,.mx-sm-0 {
		margin-right: 0!important
	}

	.mb-sm-0,.my-sm-0 {
		margin-bottom: 0!important
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0!important
	}

	.m-sm-1 {
		margin: .25rem!important
	}

	.mt-sm-1,.my-sm-1 {
		margin-top: .25rem!important
	}

	.mr-sm-1,.mx-sm-1 {
		margin-right: .25rem!important
	}

	.mb-sm-1,.my-sm-1 {
		margin-bottom: .25rem!important
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: .25rem!important
	}

	.m-sm-2 {
		margin: .5rem!important
	}

	.mt-sm-2,.my-sm-2 {
		margin-top: .5rem!important
	}

	.mr-sm-2,.mx-sm-2 {
		margin-right: .5rem!important
	}

	.mb-sm-2,.my-sm-2 {
		margin-bottom: .5rem!important
	}

	.ml-sm-2,.mx-sm-2 {
		margin-left: .5rem!important
	}

	.m-sm-3 {
		margin: 1rem!important
	}

	.mt-sm-3,.my-sm-3 {
		margin-top: 1rem!important
	}

	.mr-sm-3,.mx-sm-3 {
		margin-right: 1rem!important
	}

	.mb-sm-3,.my-sm-3 {
		margin-bottom: 1rem!important
	}

	.ml-sm-3,.mx-sm-3 {
		margin-left: 1rem!important
	}

	.m-sm-4 {
		margin: 1.5rem!important
	}

	.mt-sm-4,.my-sm-4 {
		margin-top: 1.5rem!important
	}

	.mr-sm-4,.mx-sm-4 {
		margin-right: 1.5rem!important
	}

	.mb-sm-4,.my-sm-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-sm-4,.mx-sm-4 {
		margin-left: 1.5rem!important
	}

	.m-sm-5 {
		margin: 3rem!important
	}

	.mt-sm-5,.my-sm-5 {
		margin-top: 3rem!important
	}

	.mr-sm-5,.mx-sm-5 {
		margin-right: 3rem!important
	}

	.mb-sm-5,.my-sm-5 {
		margin-bottom: 3rem!important
	}

	.ml-sm-5,.mx-sm-5 {
		margin-left: 3rem!important
	}

	.p-sm-0 {
		padding: 0!important
	}

	.pt-sm-0,.py-sm-0 {
		padding-top: 0!important
	}

	.pr-sm-0,.px-sm-0 {
		padding-right: 0!important
	}

	.pb-sm-0,.py-sm-0 {
		padding-bottom: 0!important
	}

	.pl-sm-0,.px-sm-0 {
		padding-left: 0!important
	}

	.p-sm-1 {
		padding: .25rem!important
	}

	.pt-sm-1,.py-sm-1 {
		padding-top: .25rem!important
	}

	.pr-sm-1,.px-sm-1 {
		padding-right: .25rem!important
	}

	.pb-sm-1,.py-sm-1 {
		padding-bottom: .25rem!important
	}

	.pl-sm-1,.px-sm-1 {
		padding-left: .25rem!important
	}

	.p-sm-2 {
		padding: .5rem!important
	}

	.pt-sm-2,.py-sm-2 {
		padding-top: .5rem!important
	}

	.pr-sm-2,.px-sm-2 {
		padding-right: .5rem!important
	}

	.pb-sm-2,.py-sm-2 {
		padding-bottom: .5rem!important
	}

	.pl-sm-2,.px-sm-2 {
		padding-left: .5rem!important
	}

	.p-sm-3 {
		padding: 1rem!important
	}

	.pt-sm-3,.py-sm-3 {
		padding-top: 1rem!important
	}

	.pr-sm-3,.px-sm-3 {
		padding-right: 1rem!important
	}

	.pb-sm-3,.py-sm-3 {
		padding-bottom: 1rem!important
	}

	.pl-sm-3,.px-sm-3 {
		padding-left: 1rem!important
	}

	.p-sm-4 {
		padding: 1.5rem!important
	}

	.pt-sm-4,.py-sm-4 {
		padding-top: 1.5rem!important
	}

	.pr-sm-4,.px-sm-4 {
		padding-right: 1.5rem!important
	}

	.pb-sm-4,.py-sm-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-sm-4,.px-sm-4 {
		padding-left: 1.5rem!important
	}

	.p-sm-5 {
		padding: 3rem!important
	}

	.pt-sm-5,.py-sm-5 {
		padding-top: 3rem!important
	}

	.pr-sm-5,.px-sm-5 {
		padding-right: 3rem!important
	}

	.pb-sm-5,.py-sm-5 {
		padding-bottom: 3rem!important
	}

	.pl-sm-5,.px-sm-5 {
		padding-left: 3rem!important
	}

	.m-sm-n1 {
		margin: -.25rem!important
	}

	.mt-sm-n1,.my-sm-n1 {
		margin-top: -.25rem!important
	}

	.mr-sm-n1,.mx-sm-n1 {
		margin-right: -.25rem!important
	}

	.mb-sm-n1,.my-sm-n1 {
		margin-bottom: -.25rem!important
	}

	.ml-sm-n1,.mx-sm-n1 {
		margin-left: -.25rem!important
	}

	.m-sm-n2 {
		margin: -.5rem!important
	}

	.mt-sm-n2,.my-sm-n2 {
		margin-top: -.5rem!important
	}

	.mr-sm-n2,.mx-sm-n2 {
		margin-right: -.5rem!important
	}

	.mb-sm-n2,.my-sm-n2 {
		margin-bottom: -.5rem!important
	}

	.ml-sm-n2,.mx-sm-n2 {
		margin-left: -.5rem!important
	}

	.m-sm-n3 {
		margin: -1rem!important
	}

	.mt-sm-n3,.my-sm-n3 {
		margin-top: -1rem!important
	}

	.mr-sm-n3,.mx-sm-n3 {
		margin-right: -1rem!important
	}

	.mb-sm-n3,.my-sm-n3 {
		margin-bottom: -1rem!important
	}

	.ml-sm-n3,.mx-sm-n3 {
		margin-left: -1rem!important
	}

	.m-sm-n4 {
		margin: -1.5rem!important
	}

	.mt-sm-n4,.my-sm-n4 {
		margin-top: -1.5rem!important
	}

	.mr-sm-n4,.mx-sm-n4 {
		margin-right: -1.5rem!important
	}

	.mb-sm-n4,.my-sm-n4 {
		margin-bottom: -1.5rem!important
	}

	.ml-sm-n4,.mx-sm-n4 {
		margin-left: -1.5rem!important
	}

	.m-sm-n5 {
		margin: -3rem!important
	}

	.mt-sm-n5,.my-sm-n5 {
		margin-top: -3rem!important
	}

	.mr-sm-n5,.mx-sm-n5 {
		margin-right: -3rem!important
	}

	.mb-sm-n5,.my-sm-n5 {
		margin-bottom: -3rem!important
	}

	.ml-sm-n5,.mx-sm-n5 {
		margin-left: -3rem!important
	}

	.m-sm-auto {
		margin: auto!important
	}

	.mt-sm-auto,.my-sm-auto {
		margin-top: auto!important
	}

	.mr-sm-auto,.mx-sm-auto {
		margin-right: auto!important
	}

	.mb-sm-auto,.my-sm-auto {
		margin-bottom: auto!important
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto!important
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}

	.mt-md-0,.my-md-0 {
		margin-top: 0!important
	}

	.mr-md-0,.mx-md-0 {
		margin-right: 0!important
	}

	.mb-md-0,.my-md-0 {
		margin-bottom: 0!important
	}

	.ml-md-0,.mx-md-0 {
		margin-left: 0!important
	}

	.m-md-1 {
		margin: .25rem!important
	}

	.mt-md-1,.my-md-1 {
		margin-top: .25rem!important
	}

	.mr-md-1,.mx-md-1 {
		margin-right: .25rem!important
	}

	.mb-md-1,.my-md-1 {
		margin-bottom: .25rem!important
	}

	.ml-md-1,.mx-md-1 {
		margin-left: .25rem!important
	}

	.m-md-2 {
		margin: .5rem!important
	}

	.mt-md-2,.my-md-2 {
		margin-top: .5rem!important
	}

	.mr-md-2,.mx-md-2 {
		margin-right: .5rem!important
	}

	.mb-md-2,.my-md-2 {
		margin-bottom: .5rem!important
	}

	.ml-md-2,.mx-md-2 {
		margin-left: .5rem!important
	}


	.m-md-3 {
		margin: 1rem!important
	}

	.mt-md-3,.my-md-3 {
		margin-top: 1rem!important
	}

	.mr-md-3,.mx-md-3 {
		margin-right: 1rem!important
	}

	.mb-md-3,.my-md-3 {
		margin-bottom: 1rem!important
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 1rem!important
	}

	.m-md-4 {
		margin: 1.5rem!important
	}

	.mt-md-4,.my-md-4 {
		margin-top: 1.5rem!important
	}

	.mr-md-4,.mx-md-4 {
		margin-right: 1.5rem!important
	}

	.mb-md-4,.my-md-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-md-4,.mx-md-4 {
		margin-left: 1.5rem!important
	}

	.m-md-5 {
		margin: 3rem!important
	}

	.mt-md-5,.my-md-5 {
		margin-top: 3rem!important
	}

	.mr-md-5,.mx-md-5 {
		margin-right: 3rem!important
	}

	.mb-md-5,.my-md-5 {
		margin-bottom: 3rem!important
	}

	.ml-md-5,.mx-md-5 {
		margin-left: 3rem!important
	}

	.p-md-0 {
		padding: 0!important
	}

	.pt-md-0,.py-md-0 {
		padding-top: 0!important
	}

	.pr-md-0,.px-md-0 {
		padding-right: 0!important
	}

	.pb-md-0,.py-md-0 {
		padding-bottom: 0!important
	}

	.pl-md-0,.px-md-0 {
		padding-left: 0!important
	}

	.p-md-1 {
		padding: .25rem!important
	}

	.pt-md-1,.py-md-1 {
		padding-top: .25rem!important
	}

	.pr-md-1,.px-md-1 {
		padding-right: .25rem!important
	}

	.pb-md-1,.py-md-1 {
		padding-bottom: .25rem!important
	}

	.pl-md-1,.px-md-1 {
		padding-left: .25rem!important
	}

	.p-md-2 {
		padding: .5rem!important
	}

	.pt-md-2,.py-md-2 {
		padding-top: .5rem!important
	}

	.pr-md-2,.px-md-2 {
		padding-right: .5rem!important
	}

	.pb-md-2,.py-md-2 {
		padding-bottom: .5rem!important
	}

	.pl-md-2,.px-md-2 {
		padding-left: .5rem!important
	}

	.p-md-3 {
		padding: 1rem!important
	}

	.pt-md-3,.py-md-3 {
		padding-top: 1rem!important
	}

	.pr-md-3,.px-md-3 {
		padding-right: 1rem!important
	}

	.pb-md-3,.py-md-3 {
		padding-bottom: 1rem!important
	}

	.pl-md-3,.px-md-3 {
		padding-left: 1rem!important
	}

	.p-md-4 {
		padding: 1.5rem!important
	}

	.pt-md-4,.py-md-4 {
		padding-top: 1.5rem!important
	}

	.pr-md-4,.px-md-4 {
		padding-right: 1.5rem!important
	}

	.pb-md-4,.py-md-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-md-4,.px-md-4 {
		padding-left: 1.5rem!important
	}

	.p-md-5 {
		padding: 3rem!important
	}

	.pt-md-5,.py-md-5 {
		padding-top: 3rem!important
	}

	.pr-md-5,.px-md-5 {
		padding-right: 3rem!important
	}

	.pb-md-5,.py-md-5 {
		padding-bottom: 3rem!important
	}

	.pl-md-5,.px-md-5 {
		padding-left: 3rem!important
	}

	.m-md-n1 {
		margin: -.25rem!important
	}

	.mt-md-n1,.my-md-n1 {
		margin-top: -.25rem!important
	}

	.mr-md-n1,.mx-md-n1 {
		margin-right: -.25rem!important
	}

	.mb-md-n1,.my-md-n1 {
		margin-bottom: -.25rem!important
	}

	.ml-md-n1,.mx-md-n1 {
		margin-left: -.25rem!important
	}

	.m-md-n2 {
		margin: -.5rem!important
	}

	.mt-md-n2,.my-md-n2 {
		margin-top: -.5rem!important
	}

	.mr-md-n2,.mx-md-n2 {
		margin-right: -.5rem!important
	}

	.mb-md-n2,.my-md-n2 {
		margin-bottom: -.5rem!important
	}

	.ml-md-n2,.mx-md-n2 {
		margin-left: -.5rem!important
	}

	.m-md-n3 {
		margin: -1rem!important
	}

	.mt-md-n3,.my-md-n3 {
		margin-top: -1rem!important
	}

	.mr-md-n3,.mx-md-n3 {
		margin-right: -1rem!important
	}

	.mb-md-n3,.my-md-n3 {
		margin-bottom: -1rem!important
	}

	.ml-md-n3,.mx-md-n3 {
		margin-left: -1rem!important
	}

	.m-md-n4 {
		margin: -1.5rem!important
	}

	.mt-md-n4,.my-md-n4 {
		margin-top: -1.5rem!important
	}

	.mr-md-n4,.mx-md-n4 {
		margin-right: -1.5rem!important
	}

	.mb-md-n4,.my-md-n4 {
		margin-bottom: -1.5rem!important
	}

	.ml-md-n4,.mx-md-n4 {
		margin-left: -1.5rem!important
	}

	.m-md-n5 {
		margin: -3rem!important
	}

	.mt-md-n5,.my-md-n5 {
		margin-top: -3rem!important
	}

	.mr-md-n5,.mx-md-n5 {
		margin-right: -3rem!important
	}

	.mb-md-n5,.my-md-n5 {
		margin-bottom: -3rem!important
	}

	.ml-md-n5,.mx-md-n5 {
		margin-left: -3rem!important
	}

	.m-md-auto {
		margin: auto!important
	}

	.mt-md-auto,.my-md-auto {
		margin-top: auto!important
	}

	.mr-md-auto,.mx-md-auto {
		margin-right: auto!important
	}

	.mb-md-auto,.my-md-auto {
		margin-bottom: auto!important
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto!important
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}

	.mt-lg-0,.my-lg-0 {
		margin-top: 0!important
	}

	.mr-lg-0,.mx-lg-0 {
		margin-right: 0!important
	}

	.mb-lg-0,.my-lg-0 {
		margin-bottom: 0!important
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0!important
	}

	.m-lg-1 {
		margin: .25rem!important
	}

	.mt-lg-1,.my-lg-1 {
		margin-top: .25rem!important
	}

	.mr-lg-1,.mx-lg-1 {
		margin-right: .25rem!important
	}

	.mb-lg-1,.my-lg-1 {
		margin-bottom: .25rem!important
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: .25rem!important
	}

	.m-lg-2 {
		margin: .5rem!important
	}

	.mt-lg-2,.my-lg-2 {
		margin-top: .5rem!important
	}

	.mr-lg-2,.mx-lg-2 {
		margin-right: .5rem!important
	}

	.mb-lg-2,.my-lg-2 {
		margin-bottom: .5rem!important
	}

	.ml-lg-2,.mx-lg-2 {
		margin-left: .5rem!important
	}

	.m-lg-3 {
		margin: 1rem!important
	}

	.mt-lg-3,.my-lg-3 {
		margin-top: 1rem!important
	}

	.mr-lg-3,.mx-lg-3 {
		margin-right: 1rem!important
	}

	.mb-lg-3,.my-lg-3 {
		margin-bottom: 1rem!important
	}

	.ml-lg-3,.mx-lg-3 {
		margin-left: 1rem!important
	}

	.m-lg-4 {
		margin: 1.5rem!important
	}

	.mt-lg-4,.my-lg-4 {
		margin-top: 1.5rem!important
	}

	.mr-lg-4,.mx-lg-4 {
		margin-right: 1.5rem!important
	}

	.mb-lg-4,.my-lg-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-lg-4,.mx-lg-4 {
		margin-left: 1.5rem!important
	}

	.m-lg-5 {
		margin: 3rem!important
	}

	.mt-lg-5,.my-lg-5 {
		margin-top: 3rem!important
	}

	.mr-lg-5,.mx-lg-5 {
		margin-right: 3rem!important
	}

	.mb-lg-5,.my-lg-5 {
		margin-bottom: 3rem!important
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 3rem!important
	}

	.p-lg-0 {
		padding: 0!important
	}

	.pt-lg-0,.py-lg-0 {
		padding-top: 0!important
	}

	.pr-lg-0,.px-lg-0 {
		padding-right: 0!important
	}

	.pb-lg-0,.py-lg-0 {
		padding-bottom: 0!important
	}

	.pl-lg-0,.px-lg-0 {
		padding-left: 0!important
	}

	.p-lg-1 {
		padding: .25rem!important
	}

	.pt-lg-1,.py-lg-1 {
		padding-top: .25rem!important
	}

	.pr-lg-1,.px-lg-1 {
		padding-right: .25rem!important
	}

	.pb-lg-1,.py-lg-1 {
		padding-bottom: .25rem!important
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: .25rem!important
	}

	.p-lg-2 {
		padding: .5rem!important
	}

	.pt-lg-2,.py-lg-2 {
		padding-top: .5rem!important
	}

	.pr-lg-2,.px-lg-2 {
		padding-right: .5rem!important
	}

	.pb-lg-2,.py-lg-2 {
		padding-bottom: .5rem!important
	}

	.pl-lg-2,.px-lg-2 {
		padding-left: .5rem!important
	}

	.p-lg-3 {
		padding: 1rem!important
	}

	.pt-lg-3,.py-lg-3 {
		padding-top: 1rem!important
	}

	.pr-lg-3,.px-lg-3 {
		padding-right: 1rem!important
	}

	.pb-lg-3,.py-lg-3 {
		padding-bottom: 1rem!important
	}

	.pl-lg-3,.px-lg-3 {
		padding-left: 1rem!important
	}

	.p-lg-4 {
		padding: 1.5rem!important
	}

	.pt-lg-4,.py-lg-4 {
		padding-top: 1.5rem!important
	}

	.pr-lg-4,.px-lg-4 {
		padding-right: 1.5rem!important
	}

	.pb-lg-4,.py-lg-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-lg-4,.px-lg-4 {
		padding-left: 1.5rem!important
	}

	.p-lg-5 {
		padding: 3rem!important
	}

	.pt-lg-5,.py-lg-5 {
		padding-top: 3rem!important
	}

	.pr-lg-5,.px-lg-5 {
		padding-right: 3rem!important
	}

	.pb-lg-5,.py-lg-5 {
		padding-bottom: 3rem!important
	}

	.pl-lg-5,.px-lg-5 {
		padding-left: 3rem!important
	}

	.m-lg-n1 {
		margin: -.25rem!important
	}

	.mt-lg-n1,.my-lg-n1 {
		margin-top: -.25rem!important
	}

	.mr-lg-n1,.mx-lg-n1 {
		margin-right: -.25rem!important
	}

	.mb-lg-n1,.my-lg-n1 {
		margin-bottom: -.25rem!important
	}

	.ml-lg-n1,.mx-lg-n1 {
		margin-left: -.25rem!important
	}

	.m-lg-n2 {
		margin: -.5rem!important
	}

	.mt-lg-n2,.my-lg-n2 {
		margin-top: -.5rem!important
	}

	.mr-lg-n2,.mx-lg-n2 {
		margin-right: -.5rem!important
	}

	.mb-lg-n2,.my-lg-n2 {
		margin-bottom: -.5rem!important
	}

	.ml-lg-n2,.mx-lg-n2 {
		margin-left: -.5rem!important
	}

	.m-lg-n3 {
		margin: -1rem!important
	}

	.mt-lg-n3,.my-lg-n3 {
		margin-top: -1rem!important
	}

	.mr-lg-n3,.mx-lg-n3 {
		margin-right: -1rem!important
	}

	.mb-lg-n3,.my-lg-n3 {
		margin-bottom: -1rem!important
	}

	.ml-lg-n3,.mx-lg-n3 {
		margin-left: -1rem!important
	}

	.m-lg-n4 {
		margin: -1.5rem!important
	}

	.mt-lg-n4,.my-lg-n4 {
		margin-top: -1.5rem!important
	}

	.mr-lg-n4,.mx-lg-n4 {
		margin-right: -1.5rem!important
	}

	.mb-lg-n4,.my-lg-n4 {
		margin-bottom: -1.5rem!important
	}

	.ml-lg-n4,.mx-lg-n4 {
		margin-left: -1.5rem!important
	}

	.m-lg-n5 {
		margin: -3rem!important
	}

	.mt-lg-n5,.my-lg-n5 {
		margin-top: -3rem!important
	}

	.mr-lg-n5,.mx-lg-n5 {
		margin-right: -3rem!important
	}

	.mb-lg-n5,.my-lg-n5 {
		margin-bottom: -3rem!important
	}

	.ml-lg-n5,.mx-lg-n5 {
		margin-left: -3rem!important
	}

	.m-lg-auto {
		margin: auto!important
	}

	.mt-lg-auto,.my-lg-auto {
		margin-top: auto!important
	}

	.mr-lg-auto,.mx-lg-auto {
		margin-right: auto!important
	}

	.mb-lg-auto,.my-lg-auto {
		margin-bottom: auto!important
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto!important
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}

	.mt-xl-0,.my-xl-0 {
		margin-top: 0!important
	}

	.mr-xl-0,.mx-xl-0 {
		margin-right: 0!important
	}

	.mb-xl-0,.my-xl-0 {
		margin-bottom: 0!important
	}

	.ml-xl-0,.mx-xl-0 {
		margin-left: 0!important
	}

	.m-xl-1 {
		margin: .25rem!important
	}

	.mt-xl-1,.my-xl-1 {
		margin-top: .25rem!important
	}

	.mr-xl-1,.mx-xl-1 {
		margin-right: .25rem!important
	}

	.mb-xl-1,.my-xl-1 {
		margin-bottom: .25rem!important
	}

	.ml-xl-1,.mx-xl-1 {
		margin-left: .25rem!important
	}

	.m-xl-2 {
		margin: .5rem!important
	}

	.mt-xl-2,.my-xl-2 {
		margin-top: .5rem!important
	}

	.mr-xl-2,.mx-xl-2 {
		margin-right: .5rem!important
	}

	.mb-xl-2,.my-xl-2 {
		margin-bottom: .5rem!important
	}

	.ml-xl-2,.mx-xl-2 {
		margin-left: .5rem!important
	}

	.m-xl-3 {
		margin: 1rem!important
	}

	.mt-xl-3,.my-xl-3 {
		margin-top: 1rem!important
	}

	.mr-xl-3,.mx-xl-3 {
		margin-right: 1rem!important
	}

	.mb-xl-3,.my-xl-3 {
		margin-bottom: 1rem!important
	}

	.ml-xl-3,.mx-xl-3 {
		margin-left: 1rem!important
	}

	.m-xl-4 {
		margin: 1.5rem!important
	}

	.mt-xl-4,.my-xl-4 {
		margin-top: 1.5rem!important
	}

	.mr-xl-4,.mx-xl-4 {
		margin-right: 1.5rem!important
	}

	.mb-xl-4,.my-xl-4 {
		margin-bottom: 1.5rem!important
	}

	.ml-xl-4,.mx-xl-4 {
		margin-left: 1.5rem!important
	}

	.m-xl-5 {
		margin: 3rem!important
	}

	.mt-xl-5,.my-xl-5 {
		margin-top: 3rem!important
	}

	.mr-xl-5,.mx-xl-5 {
		margin-right: 3rem!important
	}

	.mb-xl-5,.my-xl-5 {
		margin-bottom: 3rem!important
	}

	.ml-xl-5,.mx-xl-5 {
		margin-left: 3rem!important
	}

	.p-xl-0 {
		padding: 0!important
	}

	.pt-xl-0,.py-xl-0 {
		padding-top: 0!important
	}

	.pr-xl-0,.px-xl-0 {
		padding-right: 0!important
	}

	.pb-xl-0,.py-xl-0 {
		padding-bottom: 0!important
	}

	.pl-xl-0,.px-xl-0 {
		padding-left: 0!important
	}

	.p-xl-1 {
		padding: .25rem!important
	}

	.pt-xl-1,.py-xl-1 {
		padding-top: .25rem!important
	}

	.pr-xl-1,.px-xl-1 {
		padding-right: .25rem!important
	}

	.pb-xl-1,.py-xl-1 {
		padding-bottom: .25rem!important
	}

	.pl-xl-1,.px-xl-1 {
		padding-left: .25rem!important
	}

	.p-xl-2 {
		padding: .5rem!important
	}

	.pt-xl-2,.py-xl-2 {
		padding-top: .5rem!important
	}

	.pr-xl-2,.px-xl-2 {
		padding-right: .5rem!important
	}

	.pb-xl-2,.py-xl-2 {
		padding-bottom: .5rem!important
	}

	.pl-xl-2,.px-xl-2 {
		padding-left: .5rem!important
	}

	.p-xl-3 {
		padding: 1rem!important
	}

	.pt-xl-3,.py-xl-3 {
		padding-top: 1rem!important
	}

	.pr-xl-3,.px-xl-3 {
		padding-right: 1rem!important
	}

	.pb-xl-3,.py-xl-3 {
		padding-bottom: 1rem!important
	}

	.pl-xl-3,.px-xl-3 {
		padding-left: 1rem!important
	}

	.p-xl-4 {
		padding: 1.5rem!important
	}

	.pt-xl-4,.py-xl-4 {
		padding-top: 1.5rem!important
	}

	.pr-xl-4,.px-xl-4 {
		padding-right: 1.5rem!important
	}

	.pb-xl-4,.py-xl-4 {
		padding-bottom: 1.5rem!important
	}

	.pl-xl-4,.px-xl-4 {
		padding-left: 1.5rem!important
	}

	.p-xl-5 {
		padding: 3rem!important
	}

	.pt-xl-5,.py-xl-5 {
		padding-top: 3rem!important
	}

	.pr-xl-5,.px-xl-5 {
		padding-right: 3rem!important
	}

	.pb-xl-5,.py-xl-5 {
		padding-bottom: 3rem!important
	}

	.pl-xl-5,.px-xl-5 {
		padding-left: 3rem!important
	}

	.m-xl-n1 {
		margin: -.25rem!important
	}

	.mt-xl-n1,.my-xl-n1 {
		margin-top: -.25rem!important
	}

	.mr-xl-n1,.mx-xl-n1 {
		margin-right: -.25rem!important
	}

	.mb-xl-n1,.my-xl-n1 {
		margin-bottom: -.25rem!important
	}

	.ml-xl-n1,.mx-xl-n1 {
		margin-left: -.25rem!important
	}

	.m-xl-n2 {
		margin: -.5rem!important
	}

	.mt-xl-n2,.my-xl-n2 {
		margin-top: -.5rem!important
	}

	.mr-xl-n2,.mx-xl-n2 {
		margin-right: -.5rem!important
	}

	.mb-xl-n2,.my-xl-n2 {
		margin-bottom: -.5rem!important
	}

	.ml-xl-n2,.mx-xl-n2 {
		margin-left: -.5rem!important
	}

	.m-xl-n3 {
		margin: -1rem!important
	}

	.mt-xl-n3,.my-xl-n3 {
		margin-top: -1rem!important
	}

	.mr-xl-n3,.mx-xl-n3 {
		margin-right: -1rem!important
	}

	.mb-xl-n3,.my-xl-n3 {
		margin-bottom: -1rem!important
	}

	.ml-xl-n3,.mx-xl-n3 {
		margin-left: -1rem!important
	}

	.m-xl-n4 {
		margin: -1.5rem!important
	}

	.mt-xl-n4,.my-xl-n4 {
		margin-top: -1.5rem!important
	}

	.mr-xl-n4,.mx-xl-n4 {
		margin-right: -1.5rem!important
	}

	.mb-xl-n4,.my-xl-n4 {
		margin-bottom: -1.5rem!important
	}

	.ml-xl-n4,.mx-xl-n4 {
		margin-left: -1.5rem!important
	}

	.m-xl-n5 {
		margin: -3rem!important
	}

	.mt-xl-n5,.my-xl-n5 {
		margin-top: -3rem!important
	}

	.mr-xl-n5,.mx-xl-n5 {
		margin-right: -3rem!important
	}

	.mb-xl-n5,.my-xl-n5 {
		margin-bottom: -3rem!important
	}

	.ml-xl-n5,.mx-xl-n5 {
		margin-left: -3rem!important
	}

	.m-xl-auto {
		margin: auto!important
	}

	.mt-xl-auto,.my-xl-auto {
		margin-top: auto!important
	}

	.mr-xl-auto,.mx-xl-auto {
		margin-right: auto!important
	}

	.mb-xl-auto,.my-xl-auto {
		margin-bottom: auto!important
	}

	.ml-xl-auto,.mx-xl-auto {
		margin-left: auto!important
	}
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent
}

.text-monospace {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

.text-justify {
	text-align: justify!important
}

.text-wrap {
	white-space: normal!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media(min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}

	.text-sm-right {
		text-align: right!important
	}

	.text-sm-center {
		text-align: center!important
	}
}

@media(min-width:768px) {
	.text-md-left {
		text-align: left!important
	}

	.text-md-right {
		text-align: right!important
	}

	.text-md-center {
		text-align: center!important
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}

	.text-lg-right {
		text-align: right!important
	}

	.text-lg-center {
		text-align: center!important
	}
}

@media(min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}

	.text-xl-right {
		text-align: right!important
	}

	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

.font-weight-lighter {
	font-weight: lighter!important
}

.font-weight-normal {
	font-weight: 400!important
}

.font-weight-bold {
	font-weight: 700!important
}

.font-weight-bolder {
	font-weight: bolder!important
}

.font-italic {
	font-style: italic!important
}

.text-white {
	color: #fff!important
}

.text-primary {
	color: #3d6888!important
}

a.text-primary:focus,a.text-primary:hover {
	color: #254053!important
}

.text-secondary {
	color: #34394c!important
}

a.text-secondary:focus,a.text-secondary:hover {
	color: #15171f!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
	color: #19692c!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
	color: #ba8b00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
	color: #a71d2a!important
}

.text-light {
	color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
	color: #cbd3da!important
}

.text-dark {
	color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
	color: #121416!important
}

.text-body {
	color: #212529!important
}

.text-muted {
	color: #6c757d!important
}

.text-black-50 {
	color: rgba(0,0,0,.5)!important
}

.text-white-50 {
	color: hsla(0,0%,100%,.5)!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none!important
}

.text-break {
	word-break: break-word!important;
	word-wrap: break-word!important
}

.text-reset {
	color: inherit!important
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

*,:after,:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block
}

body {
	margin: 0;
	font-family: Fira Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	color: #212529;
	text-align: left;
	background-color: #f8f9fa
}[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

address,dl,ol,ul {
	margin-bottom: 1rem
}

dl,ol,ul {
	margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #3d6888;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #254053;
	text-decoration: underline
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,kbd,pre,samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button
}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
	cursor: pointer
}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}[hidden] {
	display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,h1 {
	font-size: 2.5rem
}

.h2,h2 {
	font-size: 1.8rem
}

.h3,h3 {
	font-size: 1.6rem
}

.h4,h4 {
	font-size: 1.4rem
}

.h5,h5 {
	font-size: 1.25rem
}

.h6,h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem
}

.display-1,.display-2 {
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-3,.display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
	font-size: 80%;
	font-weight: 400
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline,.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer:before {
	content: "— "
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
	width: 100%;
	padding-right: .7rem;
	padding-left: .7rem;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container,.container-sm {
		max-width: 767px
	}
}

@media(min-width:768px) {
	.container,.container-md,.container-sm {
		max-width: 992px
	}
}

@media(min-width:992px) {
	.container,.container-lg,.container-md,.container-sm {
		max-width: 1200px
	}
}

@media(min-width:1200px) {
	.container,.container-lg,.container-md,.container-sm,.container-xl {
		max-width: 1286px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -.7rem;
	margin-left: -.7rem
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: .7rem;
	padding-left: .7rem
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 4.1666666667%;
	max-width: 4.1666666667%
}

.col-2 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-3 {
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.col-4 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-5 {
	flex: 0 0 20.8333333333%;
	max-width: 20.8333333333%
}

.col-6 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-7 {
	flex: 0 0 29.1666666667%;
	max-width: 29.1666666667%
}

.col-8 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-9 {
	flex: 0 0 37.5%;
	max-width: 37.5%
}

.col-10 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-11 {
	flex: 0 0 45.8333333333%;
	max-width: 45.8333333333%
}

.col-12 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-13 {
	flex: 0 0 54.1666666667%;
	max-width: 54.1666666667%
}

.col-14 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-15 {
	flex: 0 0 62.5%;
	max-width: 62.5%
}

.col-16 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-17 {
	flex: 0 0 70.8333333333%;
	max-width: 70.8333333333%
}

.col-18 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-19 {
	flex: 0 0 79.1666666667%;
	max-width: 79.1666666667%
}

.col-20 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-21 {
	flex: 0 0 87.5%;
	max-width: 87.5%
}

.col-22 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-23 {
	flex: 0 0 95.8333333333%;
	max-width: 95.8333333333%
}

.col-24 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 25
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.order-13 {
	order: 13
}

.order-14 {
	order: 14
}

.order-15 {
	order: 15
}

.order-16 {
	order: 16
}

.order-17 {
	order: 17
}

.order-18 {
	order: 18
}

.order-19 {
	order: 19
}

.order-20 {
	order: 20
}

.order-21 {
	order: 21
}

.order-22 {
	order: 22
}

.order-23 {
	order: 23
}

.order-24 {
	order: 24
}

.offset-1 {
	margin-left: 4.1666666667%
}

.offset-2 {
	margin-left: 8.3333333333%
}

.offset-3 {
	margin-left: 12.5%
}

.offset-4 {
	margin-left: 16.6666666667%
}

.offset-5 {
	margin-left: 20.8333333333%
}

.offset-6 {
	margin-left: 25%
}

.offset-7 {
	margin-left: 29.1666666667%
}

.offset-8 {
	margin-left: 33.3333333333%
}

.offset-9 {
	margin-left: 37.5%
}

.offset-10 {
	margin-left: 41.6666666667%
}

.offset-11 {
	margin-left: 45.8333333333%
}

.offset-12 {
	margin-left: 50%
}

.offset-13 {
	margin-left: 54.1666666667%
}

.offset-14 {
	margin-left: 58.3333333333%
}

.offset-15 {
	margin-left: 62.5%
}

.offset-16 {
	margin-left: 66.6666666667%
}

.offset-17 {
	margin-left: 70.8333333333%
}

.offset-18 {
	margin-left: 75%
}

.offset-19 {
	margin-left: 79.1666666667%
}

.offset-20 {
	margin-left: 83.3333333333%
}

.offset-21 {
	margin-left: 87.5%
}

.offset-22 {
	margin-left: 91.6666666667%
}

.offset-23 {
	margin-left: 95.8333333333%
}

@media(min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 4.1666666667%;
		max-width: 4.1666666667%
	}

	.col-sm-2 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-sm-3 {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}

	.col-sm-4 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-5 {
		flex: 0 0 20.8333333333%;
		max-width: 20.8333333333%
	}

	.col-sm-6 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-7 {
		flex: 0 0 29.1666666667%;
		max-width: 29.1666666667%
	}

	.col-sm-8 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-sm-9 {
		flex: 0 0 37.5%;
		max-width: 37.5%
	}

	.col-sm-10 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-sm-11 {
		flex: 0 0 45.8333333333%;
		max-width: 45.8333333333%
	}

	.col-sm-12 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-13 {
		flex: 0 0 54.1666666667%;
		max-width: 54.1666666667%
	}

	.col-sm-14 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-sm-15 {
		flex: 0 0 62.5%;
		max-width: 62.5%
	}

	.col-sm-16 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-sm-17 {
		flex: 0 0 70.8333333333%;
		max-width: 70.8333333333%
	}

	.col-sm-18 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-19 {
		flex: 0 0 79.1666666667%;
		max-width: 79.1666666667%
	}

	.col-sm-20 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-sm-21 {
		flex: 0 0 87.5%;
		max-width: 87.5%
	}

	.col-sm-22 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-sm-23 {
		flex: 0 0 95.8333333333%;
		max-width: 95.8333333333%
	}

	.col-sm-24 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 25
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.order-sm-13 {
		order: 13
	}

	.order-sm-14 {
		order: 14
	}

	.order-sm-15 {
		order: 15
	}

	.order-sm-16 {
		order: 16
	}

	.order-sm-17 {
		order: 17
	}

	.order-sm-18 {
		order: 18
	}

	.order-sm-19 {
		order: 19
	}

	.order-sm-20 {
		order: 20
	}

	.order-sm-21 {
		order: 21
	}

	.order-sm-22 {
		order: 22
	}

	.order-sm-23 {
		order: 23
	}

	.order-sm-24 {
		order: 24
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 4.1666666667%
	}

	.offset-sm-2 {
		margin-left: 8.3333333333%
	}

	.offset-sm-3 {
		margin-left: 12.5%
	}

	.offset-sm-4 {
		margin-left: 16.6666666667%
	}

	.offset-sm-5 {
		margin-left: 20.8333333333%
	}

	.offset-sm-6 {
		margin-left: 25%
	}

	.offset-sm-7 {
		margin-left: 29.1666666667%
	}

	.offset-sm-8 {
		margin-left: 33.3333333333%
	}

	.offset-sm-9 {
		margin-left: 37.5%
	}

	.offset-sm-10 {
		margin-left: 41.6666666667%
	}

	.offset-sm-11 {
		margin-left: 45.8333333333%
	}

	.offset-sm-12 {
		margin-left: 50%
	}

	.offset-sm-13 {
		margin-left: 54.1666666667%
	}

	.offset-sm-14 {
		margin-left: 58.3333333333%
	}

	.offset-sm-15 {
		margin-left: 62.5%
	}

	.offset-sm-16 {
		margin-left: 66.6666666667%
	}

	.offset-sm-17 {
		margin-left: 70.8333333333%
	}

	.offset-sm-18 {
		margin-left: 75%
	}

	.offset-sm-19 {
		margin-left: 79.1666666667%
	}

	.offset-sm-20 {
		margin-left: 83.3333333333%
	}

	.offset-sm-21 {
		margin-left: 87.5%
	}

	.offset-sm-22 {
		margin-left: 91.6666666667%
	}

	.offset-sm-23 {
		margin-left: 95.8333333333%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 4.1666666667%;
		max-width: 4.1666666667%
	}

	.col-md-2 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-md-3 {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}

	.col-md-4 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-5 {
		flex: 0 0 20.8333333333%;
		max-width: 20.8333333333%
	}

	.col-md-6 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-7 {
		flex: 0 0 29.1666666667%;
		max-width: 29.1666666667%
	}

	.col-md-8 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-md-9 {
		flex: 0 0 37.5%;
		max-width: 37.5%
	}

	.col-md-10 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-md-11 {
		flex: 0 0 45.8333333333%;
		max-width: 45.8333333333%
	}

	.col-md-12 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-13 {
		flex: 0 0 54.1666666667%;
		max-width: 54.1666666667%
	}

	.col-md-14 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-md-15 {
		flex: 0 0 62.5%;
		max-width: 62.5%
	}

	.col-md-16 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-md-17 {
		flex: 0 0 70.8333333333%;
		max-width: 70.8333333333%
	}

	.col-md-18 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-19 {
		flex: 0 0 79.1666666667%;
		max-width: 79.1666666667%
	}

	.col-md-20 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-md-21 {
		flex: 0 0 87.5%;
		max-width: 87.5%
	}

	.col-md-22 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-md-23 {
		flex: 0 0 95.8333333333%;
		max-width: 95.8333333333%
	}

	.col-md-24 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 25
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.order-md-13 {
		order: 13
	}

	.order-md-14 {
		order: 14
	}

	.order-md-15 {
		order: 15
	}

	.order-md-16 {
		order: 16
	}

	.order-md-17 {
		order: 17
	}

	.order-md-18 {
		order: 18
	}

	.order-md-19 {
		order: 19
	}

	.order-md-20 {
		order: 20
	}

	.order-md-21 {
		order: 21
	}

	.order-md-22 {
		order: 22
	}

	.order-md-23 {
		order: 23
	}

	.order-md-24 {
		order: 24
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 4.1666666667%
	}

	.offset-md-2 {
		margin-left: 8.3333333333%
	}

	.offset-md-3 {
		margin-left: 12.5%
	}

	.offset-md-4 {
		margin-left: 16.6666666667%
	}

	.offset-md-5 {
		margin-left: 20.8333333333%
	}

	.offset-md-6 {
		margin-left: 25%
	}

	.offset-md-7 {
		margin-left: 29.1666666667%
	}

	.offset-md-8 {
		margin-left: 33.3333333333%
	}

	.offset-md-9 {
		margin-left: 37.5%
	}

	.offset-md-10 {
		margin-left: 41.6666666667%
	}

	.offset-md-11 {
		margin-left: 45.8333333333%
	}

	.offset-md-12 {
		margin-left: 50%
	}

	.offset-md-13 {
		margin-left: 54.1666666667%
	}

	.offset-md-14 {
		margin-left: 58.3333333333%
	}

	.offset-md-15 {
		margin-left: 62.5%
	}

	.offset-md-16 {
		margin-left: 66.6666666667%
	}

	.offset-md-17 {
		margin-left: 70.8333333333%
	}

	.offset-md-18 {
		margin-left: 75%
	}

	.offset-md-19 {
		margin-left: 79.1666666667%
	}

	.offset-md-20 {
		margin-left: 83.3333333333%
	}

	.offset-md-21 {
		margin-left: 87.5%
	}

	.offset-md-22 {
		margin-left: 91.6666666667%
	}

	.offset-md-23 {
		margin-left: 95.8333333333%
	}
}

@media(min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 4.1666666667%;
		max-width: 4.1666666667%
	}

	.col-lg-2 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-lg-3 {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}

	.col-lg-4 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-5 {
		flex: 0 0 20.8333333333%;
		max-width: 20.8333333333%
	}

	.col-lg-6 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-7 {
		flex: 0 0 29.1666666667%;
		max-width: 29.1666666667%
	}

	.col-lg-8 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-lg-9 {
		flex: 0 0 37.5%;
		max-width: 37.5%
	}

	.col-lg-10 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-11 {
		flex: 0 0 45.8333333333%;
		max-width: 45.8333333333%
	}

	.col-lg-12 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-13 {
		flex: 0 0 54.1666666667%;
		max-width: 54.1666666667%
	}

	.col-lg-14 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-lg-15 {
		flex: 0 0 62.5%;
		max-width: 62.5%
	}

	.col-lg-16 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-lg-17 {
		flex: 0 0 70.8333333333%;
		max-width: 70.8333333333%
	}

	.col-lg-18 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-19 {
		flex: 0 0 79.1666666667%;
		max-width: 79.1666666667%
	}

	.col-lg-20 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-lg-21 {
		flex: 0 0 87.5%;
		max-width: 87.5%
	}

	.col-lg-22 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-lg-23 {
		flex: 0 0 95.8333333333%;
		max-width: 95.8333333333%
	}

	.col-lg-24 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 25
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.order-lg-13 {
		order: 13
	}

	.order-lg-14 {
		order: 14
	}

	.order-lg-15 {
		order: 15
	}

	.order-lg-16 {
		order: 16
	}

	.order-lg-17 {
		order: 17
	}

	.order-lg-18 {
		order: 18
	}

	.order-lg-19 {
		order: 19
	}

	.order-lg-20 {
		order: 20
	}

	.order-lg-21 {
		order: 21
	}

	.order-lg-22 {
		order: 22
	}

	.order-lg-23 {
		order: 23
	}

	.order-lg-24 {
		order: 24
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 4.1666666667%
	}

	.offset-lg-2 {
		margin-left: 8.3333333333%
	}

	.offset-lg-3 {
		margin-left: 12.5%
	}

	.offset-lg-4 {
		margin-left: 16.6666666667%
	}

	.offset-lg-5 {
		margin-left: 20.8333333333%
	}

	.offset-lg-6 {
		margin-left: 25%
	}

	.offset-lg-7 {
		margin-left: 29.1666666667%
	}

	.offset-lg-8 {
		margin-left: 33.3333333333%
	}

	.offset-lg-9 {
		margin-left: 37.5%
	}

	.offset-lg-10 {
		margin-left: 41.6666666667%
	}

	.offset-lg-11 {
		margin-left: 45.8333333333%
	}

	.offset-lg-12 {
		margin-left: 50%
	}

	.offset-lg-13 {
		margin-left: 54.1666666667%
	}

	.offset-lg-14 {
		margin-left: 58.3333333333%
	}

	.offset-lg-15 {
		margin-left: 62.5%
	}

	.offset-lg-16 {
		margin-left: 66.6666666667%
	}

	.offset-lg-17 {
		margin-left: 70.8333333333%
	}

	.offset-lg-18 {
		margin-left: 75%
	}

	.offset-lg-19 {
		margin-left: 79.1666666667%
	}

	.offset-lg-20 {
		margin-left: 83.3333333333%
	}

	.offset-lg-21 {
		margin-left: 87.5%
	}

	.offset-lg-22 {
		margin-left: 91.6666666667%
	}

	.offset-lg-23 {
		margin-left: 95.8333333333%
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 4.1666666667%;
		max-width: 4.1666666667%
	}

	.col-xl-2 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-xl-3 {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}

	.col-xl-4 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-5 {
		flex: 0 0 20.8333333333%;
		max-width: 20.8333333333%
	}

	.col-xl-6 {
		flex: 0 0 25%;
		max-width: 25%
	}


	.col-xl-7 {
		flex: 0 0 29.1666666667%;
		max-width: 29.1666666667%
	}

	.col-xl-8 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-xl-9 {
		flex: 0 0 37.5%;
		max-width: 37.5%
	}

	.col-xl-10 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-xl-11 {
		flex: 0 0 45.8333333333%;
		max-width: 45.8333333333%
	}

	.col-xl-12 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-13 {
		flex: 0 0 54.1666666667%;
		max-width: 54.1666666667%
	}

	.col-xl-14 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-xl-15 {
		flex: 0 0 62.5%;
		max-width: 62.5%
	}

	.col-xl-16 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-xl-17 {
		flex: 0 0 70.8333333333%;
		max-width: 70.8333333333%
	}

	.col-xl-18 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-19 {
		flex: 0 0 79.1666666667%;
		max-width: 79.1666666667%
	}

	.col-xl-20 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-xl-21 {
		flex: 0 0 87.5%;
		max-width: 87.5%
	}

	.col-xl-22 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-xl-23 {
		flex: 0 0 95.8333333333%;
		max-width: 95.8333333333%
	}

	.col-xl-24 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 25
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.order-xl-13 {
		order: 13
	}

	.order-xl-14 {
		order: 14
	}

	.order-xl-15 {
		order: 15
	}

	.order-xl-16 {
		order: 16
	}

	.order-xl-17 {
		order: 17
	}

	.order-xl-18 {
		order: 18
	}

	.order-xl-19 {
		order: 19
	}

	.order-xl-20 {
		order: 20
	}

	.order-xl-21 {
		order: 21
	}

	.order-xl-22 {
		order: 22
	}

	.order-xl-23 {
		order: 23
	}

	.order-xl-24 {
		order: 24
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 4.1666666667%
	}

	.offset-xl-2 {
		margin-left: 8.3333333333%
	}

	.offset-xl-3 {
		margin-left: 12.5%
	}

	.offset-xl-4 {
		margin-left: 16.6666666667%
	}

	.offset-xl-5 {
		margin-left: 20.8333333333%
	}

	.offset-xl-6 {
		margin-left: 25%
	}

	.offset-xl-7 {
		margin-left: 29.1666666667%
	}

	.offset-xl-8 {
		margin-left: 33.3333333333%
	}

	.offset-xl-9 {
		margin-left: 37.5%
	}

	.offset-xl-10 {
		margin-left: 41.6666666667%
	}

	.offset-xl-11 {
		margin-left: 45.8333333333%
	}

	.offset-xl-12 {
		margin-left: 50%
	}

	.offset-xl-13 {
		margin-left: 54.1666666667%
	}

	.offset-xl-14 {
		margin-left: 58.3333333333%
	}

	.offset-xl-15 {
		margin-left: 62.5%
	}

	.offset-xl-16 {
		margin-left: 66.6666666667%
	}

	.offset-xl-17 {
		margin-left: 70.8333333333%
	}

	.offset-xl-18 {
		margin-left: 75%
	}

	.offset-xl-19 {
		margin-left: 79.1666666667%
	}

	.offset-xl-20 {
		margin-left: 83.3333333333%
	}

	.offset-xl-21 {
		margin-left: 87.5%
	}

	.offset-xl-22 {
		margin-left: 91.6666666667%
	}

	.offset-xl-23 {
		margin-left: 95.8333333333%
	}
}

.form-control {
	display: block;
	width: 100%;
	height: add(1.4em,add(1rem,2px,false));
	padding: .5rem 1.2rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.4;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #7fa7c6;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(61,104,136,.25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.4
}

.col-form-label,.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px)
}

.col-form-label-lg {
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .75rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .5rem 0;
	margin-bottom: 0;
	font-size: .9rem;
	line-height: 1.4;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: add(1.5em,add(.5rem,2px,false));
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: add(1.5em,add(1rem,2px,false));
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(40,167,69,.9);
	border-radius: .25rem
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: add(1.4em,1rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right add(.35em,.25rem) center;
	background-size: add(.7em,.5rem) add(.7em,.5rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
	padding-right: add(1.4em,1rem);
	background-position: top add(.35em,.25rem) right add(.35em,.25rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: add(.75em,2.95rem);
	background: escape-svg(url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="5"><path fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>')) no-repeat right 1.2rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 2.2rem/add(.7em,.5rem) add(.7em,.5rem)
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before {
	border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
	border-color: #34ce57;
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .75rem;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(220,53,69,.9);
	border-radius: .25rem
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: add(1.4em,1rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right add(.35em,.25rem) center;
	background-size: add(.7em,.5rem) add(.7em,.5rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
	padding-right: add(1.4em,1rem);
	background-position: top add(.35em,.25rem) right add(.35em,.25rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: add(.75em,2.95rem);
	background: escape-svg(url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="5"><path fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>')) no-repeat right 1.2rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 2.2rem/add(.7em,.5rem) add(.7em,.5rem)
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before {
	border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media(min-width:576px) {
	.form-inline label {
		justify-content: center
	}

	.form-inline .form-group,.form-inline label {
		display: flex;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		flex: 0 0 auto;
		flex-flow: row wrap
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .custom-select,.form-inline .input-group {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .5rem 1.2rem;
	font-size: .9rem;
	line-height: 1.4;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(61,104,136,.25)
}

.btn.disabled,.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #3d6888;
	border-color: #3d6888
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
	color: #fff;
	background-color: #31546e;
	border-color: #2d4d65
}

.btn-primary.focus,.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(90,127,154,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
	color: #fff;
	background-color: #3d6888;
	border-color: #3d6888
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2d4d65;
	border-color: #29465c
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(90,127,154,.5)
}

.btn-secondary {
	color: #fff;
	background-color: #34394c;
	border-color: #34394c
}

.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover {
	color: #fff;
	background-color: #242835;
	border-color: #1f222e
}

.btn-secondary.focus,.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(82,87,103,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
	color: #fff;
	background-color: #34394c;
	border-color: #34394c
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #1f222e;
	border-color: #1a1d26
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82,87,103,.5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success.focus,.btn-success:focus,.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info.focus,.btn-info:focus,.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning.focus,.btn-warning:focus,.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger.focus,.btn-danger:focus,.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light.focus,.btn-light:focus,.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light.disabled,.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark.focus,.btn-dark:focus,.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
	color: #3d6888;
	border-color: #3d6888
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #3d6888;
	border-color: #3d6888
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(61,104,136,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
	color: #3d6888;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #3d6888;
	border-color: #3d6888
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(61,104,136,.5)
}

.btn-outline-secondary {
	color: #34394c;
	border-color: #34394c
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #34394c;
	border-color: #34394c
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(52,57,76,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
	color: #34394c;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #34394c;
	border-color: #34394c
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,57,76,.5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
	font-weight: 400;
	color: #3d6888;
	text-decoration: none
}

.btn-link:hover {
	color: #254053
}

.btn-link.focus,.btn-link:focus,.btn-link:hover {
	text-decoration: underline
}

.btn-link.disabled,.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
	margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.custom-file {
	display: flex;
	align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
	display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .5rem 1.2rem;
	margin-bottom: 0;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.4;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
	height: add(1.5em,add(1rem,2px,false))
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
	height: add(1.5em,add(.5rem,2px,false))
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
	padding-right: 2.2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.navbar {
	position: relative;
	padding: .5rem 1rem
}

.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .325rem;
	padding-bottom: .325rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}

@media(max-width:575.98px) {
	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media(max-width:767.98px) {
	.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media(max-width:991.98px) {
	.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media(max-width:1199.98px) {
	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
	color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
	color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
	color: hsla(0,0%,100%,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0,0%,100%,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: hsla(0,0%,100%,.5);
	border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0,0%,100%,.5)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
	color: #fff
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #3d6888;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #254053;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(61,104,136,.25)
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3d6888;
	border-color: #3d6888
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #203647;
	background-color: #d8e1e7;
	border-color: #c9d5de
}

.alert-primary hr {
	border-top-color: #b9c9d4
}

.alert-primary .alert-link {
	color: #101b24
}

.alert-secondary {
	color: #1b1e28;
	background-color: #d6d7db;
	border-color: #c6c8cd
}

.alert-secondary hr {
	border-top-color: #b8bbc1
}

.alert-secondary .alert-link {
	color: #06070a
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.btn-icon {
	padding: 0;
	width: 20px;
	height: 20px
}

.icon {
	display: inline-block
}

.icon--search {
	background-image: url("../img/search.2cfd26973f75.svg");
	width: 16px;
	height: 16px;
	background-size: 16px 16px
}

.icon--bars {
	background-image: url("../img/bars.b29763585b45.svg")
}

.icon--bars,.icon--cog {
	width: 20px;
	height: 20px;
	background-size: 20px 20px
}

.icon--cog {
	background-image: url("../img/cog.7b00d49dc1ab.svg")
}

.icon--user {
	background-image: url("../img/user.48d91eefcf63.svg")
}

.icon--close,.icon--user {
	width: 16px;
	height: 16px;
	background-size: 16px 16px
}

.icon--close {
	background-image: url("../img/close.53545b79a8a0.svg")
}

.icon--close-blue {
	background-image: url("../img/close-blue.296479a0ea91.svg")
}

.icon--close-blue,.icon--comment {
	width: 16px;
	height: 16px;
	background-size: 16px 16px
}

.icon--comment {
	background-image: url("../img/comment-icon.952f37101510.svg")
}

.icon--lock {
	background-image: url("../img/premium-lock.4e643d5db697.svg");
	width: 18px;
	height: 10px;
	background-size: 18px 10px
}

.icon--video {
	background-image: url("../img/video-icon.a3865aaf30a9.svg");
	top: 0
}

.icon--gallery,.icon--video {
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	position: relative
}

.icon--gallery {
	background-image: url("../img/clone-icon.b2de62942910.svg");
	top: 2px
}

.icon--check {
	background-image: url("../img/check.4df401c344ff.svg");
	width: 25px;
	height: 25px;
	background-size: 25px 25px
}

.icon--social {
	width: 40px;
	height: 40px;
	background-size: 40px 40px
}

.icon--social-sm {
	width: 20px;
	height: 20px;
	background-size: 20px 20px
}

.icon--facebook {
	background-image: url("../img/facebook-square.1cb462fa82da.svg")
}

.icon--twitter {
	background-image: url("../img/twitter.34f596da04ca.svg")
}

.icon--instagram {
	background-image: url("../img/instagram.a2218872cd9d.svg")
}

.icon--facebook-blue {
	background-image: url("../img/facebook-square-blue.c19055057f6e.svg")
}

.icon--twitter-blue {
	background-image: url("../img/twitter-blue.bf8a31caa323.svg")
}

.icon--instagram-blue {
	background-image: url("../img/instagram-blue.31fdf9000ed6.svg")
}

.icon--linkedin {
	background-image: url("../img/linkedin-square.7df51f7d4749.svg")
}

.icon--arrow-down {
	transform: rotate(-45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.icon--arrow-down,.icon--arrow-up {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px
}

.icon--arrow-up {
	transform: rotate(-45deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

.icon--arrow-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.icon--arrow-left,.icon--arrow-right {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px
}

.icon--arrow-left {
	transform: rotate(-45deg);
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

.btn~.btn {
	margin-left: .3rem
}

@media(min-width:992px) {
	.btn~.btn {
		margin-left: .7rem
	}
}

.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover {
	background-color: #2a2e3d
}

.btn-lightbg {
	background-color: hsla(0,0%,100%,.7);
	font-weight: 500
}

.btn-lightbg:hover {
	background-color: hsla(0,0%,100%,.9);
	color: #34394c
}

.btn-extrapad {
	padding-left: 2rem;
	padding-right: 2rem
}

div#GenecyDFPAdWallpaperCont {
	z-index: -1!important
}

.takeover {
	position: absolute
}

.banner {
	text-align: left;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.4rem;
	padding: 0
}

@media(min-width:992px) {
	.banner {
		padding: 0
	}
}

@media(max-width:727px) {
	.banner .banner__inside--banner1 {
		min-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center
	}
}

@media screen and (min-width:728px)and (max-width:1199px) {
	.banner .banner__inside--leaderboard2 {
		min-height: 90px;
		display: flex;
		justify-content: center;
		align-items: center
	}
}

@media(min-width:1200px) {
	.banner .banner__inside--billboard {
		min-height: 90px;
		display: flex;
		justify-content: center;
		align-items: center
	}
}

.banner--wbg {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	margin-bottom: 1.4rem;
	padding: 0
}

@media(min-width:992px) {
	.banner--wbg {
		padding: 1.4rem
	}
}

@media(min-width:768px) {
	.banner--wbg {
		padding-top: 1.4rem;
		padding-left: .7rem;
		padding-right: .7rem;
		padding-bottom:0rem;
	}
}

@media(max-width:360px) {
	.banner {
		margin-left: -.7rem;
		margin-right: -.7rem
	}
}

.banner__label {
	color: #adb5bd;
	font-size: .7rem;
	text-transform: uppercase
}

.banner--mobile-footer {
	background-color: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	overflow: hidden;
	z-index: 96;
	margin-bottom: 0;
	padding: 3px 0 0
}

@media(min-width:576px) {
	.banner--mobile-footer {
		display: none;
		max-width: 100vw
	}
}

.banner--mobile-footer .banner__label {
	color: #343a40;
	line-height: 1.2
}

#home-movable-ad-block {
	margin-bottom: 1.6rem!important
}

@media(min-width:768px) {
	#home-movable-ad-block {
		background-color: #fff
	}
}

#home-movable-ad-block #primis_2 #playlistLayoutElement,#primis_2 {
	background-color: #fff
}

#primis_2 {
	margin-bottom: 0!important;
	overflow: hidden;
	height: 0;
	padding: .7rem .7rem 103%
}

@media(min-width:320px) {
	#primis_2 {
		padding-bottom: 90%!important
	}
}

@media(min-width:360px) {
	#primis_2 {
		padding-bottom: 86%!important
	}
}

@media(min-width:540px) {
	#primis_2 {
		padding-bottom: 79%!important
	}
}

@media(min-width:568px) {
	#primis_2 {
		padding-bottom: 76%!important
	}
}

@media(min-width:640px) {
	#primis_2 {
		padding-bottom: 74%!important
	}
}

@media(min-width:667px) {
	#primis_2 {
		padding-bottom: 73%!important
	}
}

@media(min-width:731px) {
	#primis_2 {
		padding-bottom: 72%!important
	}
}

@media(min-width:768px) {
	#primis_2 {
		padding-bottom: 89%!important
	}
}

@media(min-width:812px) {
	#primis_2 {
		padding-bottom: 86%!important
	}
}

@media(min-width:823px) {
	#primis_2 {
		padding-bottom: 85%!important
	}
}

@media(min-width:1024px) {
	#primis_2 {
		padding-bottom: 80%!important
	}
}

@media(min-width:1032px) {
	#primis_2 {
		padding-bottom: 0!important;
		overflow: initial;
		height: auto;
		min-height: 295.5px!important
	}
}

@media(min-width:1055px) {
	#primis_2 {
		min-height: 306.5px!important
	}
}

@media(min-width:1075px) {
	#primis_2 {
		min-height: 318.5px!important
	}
}

@media(min-width:1095px) {
	#primis_2 {
		min-height: 329.5px!important
	}
}

@media(min-width:1115px) {
	#primis_2 {
		min-height: 340.5px!important
	}
}

@media(min-width:1135px) {
	#primis_2 {
		min-height: 351.5px!important
	}
}

@media(min-width:1155px) {
	#primis_2 {
		min-height: 363.5px!important
	}
}

@media(min-width:1175px) {
	#primis_2 {
		min-height: 374.5px!important
	}
}

@media(min-width:1195px) {
	#primis_2 {
		min-height: 385.5px!important
	}
}

@media(min-width:1215px) {
	#primis_2 {
		min-height: 396.5px!important
	}
}

@media(min-width:1235px) {
	#primis_2 {
		min-height: 408.5px!important
	}
}

@media(min-width:1255px) {
	#primis_2 {
		min-height: 413.5px!important
	}
}

#primis_2__header {
	padding-right: 0;
	padding-left: 0
}

@media(min-width:768px) {
	#primis_2__header {
		padding-top: .7rem;
		padding-right: .7rem;
		padding-left: .7rem
	}
}

#primis_2__container {
	padding: 0!important
}

#primis_1 .primis_1__title {
	display: none;
	text-align: center;
	font-weight: 300;
	font-size: .7rem;
	padding-top: .7rem;
	padding-bottom: .7rem;
	line-height: 1.4;
	margin: 0
}

@media(min-width:768px) {
	#primis_1 .primis_1__title {
		font-size: .9rem
	}
}

.primis_1 {
	background-color: #e9ecef!important;
	overflow: hidden;
	height: 0;
	padding: 0 .7rem 130%!important
}

@media(max-width:767.98px) {
	.primis_1 {
		margin-bottom: 1.5rem
	}
}

@media(min-width:320px) {
	.primis_1 {
		padding-bottom: 107%!important
	}
}

@media(min-width:360px) {
	.primis_1 {
		padding-bottom: 95%!important
	}
}

@media(min-width:375px) {
	.primis_1 {
		padding-bottom: 90%!important
	}
}

@media(min-width:414px) {
	.primis_1 {
		padding-bottom: 87%!important
	}
}

@media(min-width:540px) {
	.primis_1 {
		padding-bottom: 79%!important
	}
}

@media(min-width:568px) {
	.primis_1 {
		padding-bottom: 78%!important
	}
}

@media(min-width:640px) {
	.primis_1 {
		padding-bottom: 75%!important
	}
}

@media(min-width:667px) {
	.primis_1 {
		padding-bottom: 74%!important
	}
}

@media(min-width:731px) {
	.primis_1 {
		padding-bottom: 73%!important
	}
}

@media(min-width:768px) {
	.primis_1 {
		padding-bottom: 87%!important
	}
}

@media(min-width:823px) {
	.primis_1 {
		padding-bottom: 83%!important
	}
}

@media(min-width:1024px) {
	.primis_1 {
		padding-bottom: 77%!important
	}
}

@media(min-width:1055px) {
	.primis_1 {
		padding-bottom: .7rem!important;
		overflow: initial;
		height: auto;
		min-height: 250px!important
	}
}

@media(min-width:1075px) {
	.primis_1 {
		min-height: 270px!important
	}
}

@media(min-width:1095px) {
	.primis_1 {
		min-height: 280px!important
	}
}

@media(min-width:1115px) {
	.primis_1 {
		min-height: 290px!important
	}
}

@media(min-width:1135px) {
	.primis_1 {
		min-height: 300px!important
	}
}

@media(min-width:1155px) {
	.primis_1 {
		min-height: 310px!important
	}
}

@media(min-width:1175px) {
	.primis_1 {
		min-height: 325px!important
	}
}

@media(min-width:1195px) {
	.primis_1 {
		min-height: 335px!important
	}
}

@media(min-width:1215px) {
	.primis_1 {
		min-height: 350px!important
	}
}

@media(min-width:1235px) {
	.primis_1 {
		min-height: 360px!important
	}
}

@media(min-width:1255px) {
	.primis_1 {
		min-height: 360px!important
	}
}

@media(min-width:1265px) {
	.primis_1 {
		min-height: 370px!important
	}
}

.primis_1__title {
	display: block!important
}

.primis_1>div {
	padding: 0!important;
	background-color: #e9ecef!important
}

.top-publications {
	padding: .5rem 1.4rem
}

.top-publications a {
	color: #fff;
	font-size: .7rem;
	font-weight: 300;
	margin-right: .2rem
}

@media(min-width:1200px) {
	.top-publications a {
		font-size: .8rem;
		margin-right: .3rem
	}
}

.top-publications strong a {
	font-weight: 500
}

.header {
	background-image: url("../img/masthead.44dac7dae9cb.png");
	background-repeat: no-repeat;
	background-color: #618caf;
	padding: .7rem
}

@media(min-width:768px) {
	.header {
		padding: 1.5rem 1.4rem
	}
}

.header .open-mobile-menu i {
	position: relative;
	top: -1px
}

.header__logo {
	height: 21px
}

@media(min-width:768px) {
	.header__logo {
		height: 30px
	}
}

@media(min-width:992px) {
	.header__logo {
		height: 50px;
		display: flex;
		align-items: center
	}
}

.header__logo img {
	width: 140px;
	height: 21px
}

@media(min-width:768px) {
	.header__logo img {
		width: 195px;
		height: 30px
	}
}

@media(min-width:992px) {
	.header__logo img {
		width: 213px;
		height: 33px;
		margin-bottom: 2px
	}
}

@media(min-width:992px) {
	.header .user-links {
		height: 50px;
		display: flex!important;
		align-items: center
	}
}

.header .mg2-mobile-links,.header .user-links {
	display: none
}

.main-nav {
	background-color: #3d6888
}

.main-nav .row {
	flex-wrap: nowrap
}

.main-nav .main-nav__search-col {
	border-bottom: 2px solid #34394c
}

.main-nav nav {
	overflow: hidden;
	position: relative
}

@media(max-width:1199.98px) {
	.main-nav nav:after {
		background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(61,104,136,0)),color-stop(100%,#3d6888));
		width: 50px;
		content: "";
		display: block;
		position: absolute;
		right: 0;
		height: calc(100% - 2px);
		top: 0;
		pointer-events: none
	}
}

@-webkit-keyframes nudge {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -50px
	}

	to {
		margin-left: 0
	}
}

@keyframes nudge {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -50px
	}

	to {
		margin-left: 0
	}
}

.main-nav nav.scroll-hint {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: nudge;
	animation-name: nudge
}

.main-nav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	align-items: stretch;
	box-sizing: content-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: relative
}

.main-nav nav ul::-webkit-scrollbar {
	display: none
}

.main-nav nav ul li:last-child a {
	padding-right: 20px
}

.main-nav nav ul li a {
	color: #fff;
	height: 100%;
	display: block;
	border-bottom: 4px solid transparent;
	white-space: nowrap;
	transition: background-color .3s ease,border .9s ease;
	padding: .8rem .8rem .4rem
}

@media(min-width:768px) {
	.main-nav nav ul li a {
		padding: .8rem 1rem .4rem
	}
}

@media(min-width:992px) {
	.main-nav nav ul li a {
		padding: .8rem 1.1rem .4rem
	}
}

.main-nav nav ul li a:hover {
	text-decoration: none;
	background-color: rgba(52,57,76,.8);
	border-bottom: 4px solid transparent
}

.main-nav nav ul li.active>a {
	border-bottom: 4px solid #34394c
}

.main-nav nav ul li.active>a:hover {
	background-color: transparent
}

.main-nav nav ul li.active.has-subnav {
	border-bottom: 2px solid #2d4d65
}

.main-nav nav ul li.active.has-subnav>a {
	background-color: #2d4d65;
	border-bottom: 4px solid #2d4d65
}

.main-nav nav ul li.active.has-subnav>a:hover {
	background-color: #2d4d65
}

.main-nav .main-nav__main {
	position: relative;
	z-index: 2
}

.main-nav .main-nav__main nav ul li,.main-nav .main-nav__sub {
	border-bottom: 2px solid #34394c
}

.main-nav .main-nav__sub {
	background-color: #2d4d65;
	position: relative;
	z-index: 1
}

@media(max-width:1199.98px) {
	.main-nav .main-nav__sub nav {
		width: 100%
	}

	.main-nav .main-nav__sub nav:after {
		background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(61,104,136,0)),color-stop(100%,#2d4d65));
		width: 50px;
		content: "";
		display: block;
		position: absolute;
		right: 0;
		height: calc(100% - 3px);
		top: 1px
	}
}

.main-nav .main-nav__sub:before {
	background-color: #2d4d65;
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%
}

.main-nav .main-nav__sub nav ul li.active>a {
	border-bottom: 4px solid #34394c
}

.main-nav .main-nav__sub nav ul li.active>a:hover {
	background-color: transparent
}

@media screen and (max-width:339px) {
	.mobile-menu {
		width: 320px;
		transform: translateX(-320px)
	}
}

@media screen and (min-width:340px) {
	.mobile-menu {
		width: 340px;
		transform: translateX(-340px)
	}
}

.mobile-menu-container {
	position: relative
}

.mobile-menu {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	transition: transform .2s ease
}

.mobile-menu--closed {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	visibility: hidden
}

.mobile-menu__close_bottom {
	padding-bottom: 3.5rem
}

.mobile-nav-overlay {
	position: relative;
	overflow: hidden;
	visibility: hidden
}

body.mobile-nav-open {
	overflow: hidden
}

body.mobile-nav-open .mobile-menu {
	transform: translate(0);
	visibility: visible;
	height: 100vh;
	position: fixed;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none
}

body.mobile-nav-open .mobile-menu::-webkit-scrollbar {
	width: 0;
	height: 0
}

body.mobile-nav-open .mobile-nav-overlay {
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	visibility: visible;
	z-index: 98;
	background-color: rgba(52,57,76,.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.mobile-menu {
	padding: .7rem;
	background-color: #618caf;
	border-right: 1px solid #3d6888;
	border-bottom: 1px solid #34394c
}

.mobile-menu__logo {
	width: 140px;
	height: 21px
}

.mobile-menu .mobile-search-bar {
	position: relative;
	padding: 1.4rem 0 .7rem
}

.mobile-menu .mobile-search-bar__form {
	display: flex;
	background-color: #fff;
	border: 2px solid #3d6888;
	border-radius: .25rem;
	transition: opacity .3s ease
}

.mobile-menu .mobile-search-bar__close {
	padding: .5rem .8rem;
	line-height: 1;
	border: 0;
	opacity: .8
}

.mobile-menu .mobile-search-bar__input {
	align-self: stretch;
	border: none;
	box-shadow: none;
	outline-offset: 0;
	line-height: 1.2;
	flex-grow: 4;
	height: 35px
}

.mobile-menu .mobile-search-bar__input::-webkit-search-cancel-button {
	display: none
}

.mobile-menu .mobile-search-bar__input:focus {
	outline: none
}

.mobile-menu .mobile-search-bar__submit {
	padding: .5rem .8rem;
	line-height: 1;
	background-color: #3d6888;
	border-radius: 0;
	border: 0
}

.mobile-menu__main-menu {
	width: 100%;
	padding-bottom: 1.4rem
}

.mobile-menu__main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.mobile-menu__main-menu ul li {
	border-bottom: 1px solid #83a5c0;
	margin-right: -.7rem;
	margin-left: -.7rem;
	padding-right: .7rem;
	padding-left: .7rem;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1.4rem)
}

.mobile-menu__main-menu ul li a {
	flex-grow: 2;
	padding: .7rem 0;
	color: #fff;
	font-weight: 400;
	font-size: 1.1rem
}

.mobile-menu__main-menu ul li button {
	padding: .7rem;
	width: 40px;
	height: 100%
}

.mobile-menu__main-menu ul li button .icon--arrow-up {
	width: 10px;
	height: 10px;
	transition: transform .2s ease;
	position: relative;
	top: 3px
}

.mobile-menu__main-menu ul li button.collapsed .icon--arrow-up {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0
}

.mobile-menu__main-menu ul li .collapsable__content {
	width: calc(100% + 1.4rem);
	margin-right: -.7rem;
	margin-left: -.7rem;
	padding-right: .7rem;
	padding-left: .7rem
}

.mobile-menu__main-menu ul li ul li {
	background-color: #3d6888
}

.mobile-menu__main-menu ul:last-of-type {
	border-bottom: 0
}

.mobile-menu__footer {
	border-top: 1px solid #83a5c0;
	border-bottom: 1px solid #83a5c0;
	margin: 1.4rem -.7rem 1rem;
	padding: 1.4rem .7rem 1rem
}

.mobile-menu__footer h5 {
	color: #fff;
	font-weight: 400
}

@media(max-width:991.98px) {
	.mobile-menu__footer h5 {
		font-size: 1.1rem
	}
}

.mobile-menu__footer ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.mobile-menu__footer ul li {
	padding: .3rem 0
}

@media(min-width:992px) {
	.mobile-menu__footer ul li {
		padding: .2rem 0
	}
}

.mobile-menu__footer ul a {
	color: #fff;
	font-weight: 300
}

.change-location {
	position: relative;
	width: 100%;
	align-self: flex-start
}

@media(max-width:767.98px) {
	.change-location {
		border-top: 1px solid #3d6888;
		margin-top: 10px
	}
}

@media(min-width:768px) {
	.change-location {
		height: 60px;
		width: 468px;
		margin-left: 7px
	}
}

@media(max-width:767.98px) {
	.change-location__inside {
		background-color: #3d6888;
		margin: .7rem .7rem 0;
		border-radius: .25rem;
		padding: .2rem
	}
}

@media(min-width:768px) {
	.change-location__inside {
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 90;
		height: auto;
		transition: all .3s ease;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		min-height: 50px
	}
}

.change-location__link {
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border-radius: .25rem;
	background-color: rgba(61,104,136,.5);
	padding: .5rem 1rem .5rem 38px
}

.change-location__link:before {
	position: absolute;
	top: 13px;
	left: 10px;
	content: "";
	width: 17px;
	height: 24px;
	background-image: url("../img/location-icon.b928ebf690b8.svg");
	background-size: 17px 24px;
	opacity: 1
}

@media(max-width:767.98px) {
	.change-location__link:after {
		content: "";
		position: absolute;
		right: 1rem;
		top: 18px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		width: 10px;
		height: 10px;
		transform-origin: 7px 7px;
		transition: transform .3s ease-out
	}
}

.change-location__link:hover {
	text-decoration: none
}

.change-location__current {
	color: #fff;
	font-size: 1rem;
	line-height: 1.2
}

.change-location__powered-by {
	font-size: .75rem;
	font-style: italic;
	color: #fff
}

.change-location__label {
	display: inline;
	color: #fff;
	line-height: 1.2;
	font-size: .75rem;
	text-decoration: underline
}

.change-location .change-location__link:hover .change-location__label {
	text-decoration: none
}

.change-location__menu {
	flex: 0;
	overflow: hidden;
	transition: flex .3s ease-out;
	height: auto;
	width: 100%
}

@media(min-width:768px) {
	.change-location__menu {
		padding: 0 0 .5rem;
		display: none
	}
}

@media(max-width:767.98px) {
	.change-location__menu {
		padding: 0;
		transition: max-height .3s ease-out,padding .3s ease-out;
		max-height: 0
	}
}

.change-location__menu ul {
	border-top: 1px solid #83a5c0;
	list-style: none;
	margin: 0;
	padding: 0
}

.change-location__menu ul li a {
	display: inline-block;
	width: 100%;
	padding: .5rem .8rem;
	display: flex;
	flex-direction: column
}

.change-location__menu ul li a .change-location__powered-by {
	color: #3d6888
}

@media(max-width:767.98px) {
	.change-location__menu ul li a,.change-location__menu ul li a .change-location__powered-by {
		color: #fff
	}
}

.change-location__menu ul li a:hover {
	text-decoration: none;
	background-color: #3d6888;
	color: #fff
}

.change-location__menu ul li a:hover .change-location__powered-by {
	color: #fff
}

.change-location__menu ul li.divider {
	margin-bottom: .5rem;
	border-top: 1px solid #83a5c0
}

@media(max-width:767.98px) {
	.change-location--open .change-location__link:after {
		right: 1rem;
		top: .6rem;
		top: 16px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg)
	}

	.change-location--open .change-location__menu {
		flex: 1;
		max-height: 300px;
		padding: 0 0 .5rem
	}
}

@media(min-width:768px) {
	.change-location:hover .change-location__inside {
		box-shadow: 0 0 0 .1rem rgba(82,87,103,.2);
		background-color: #fff;
		border-radius: .25rem;
		border-right: 1px solid rgba(52,57,76,.8);
		border-bottom: 1px solid rgba(52,57,76,.8)
	}

	.change-location:hover .change-location__inside .change-location__link {
		background-color: transparent
	}

	.change-location:hover .change-location__inside .change-location__link:before {
		background-image: url("../img/location-icon-blue.b3d742c79b97.svg")
	}

	.change-location:hover .change-location__inside .change-location__current,.change-location:hover .change-location__inside .change-location__label,.change-location:hover .change-location__inside .change-location__link .change-location__powered-by {
		color: #3d6888
	}

	.change-location:hover .change-location__inside .change-location__menu {
		flex: 1;
		overflow: visible;
		min-height: 200px
	}
}

.search-bar {
	min-width: 40px;
	position: relative;
	padding: .3rem 0 .2rem;
	margin-right: 12px
}

@media(max-width:991.98px) {
	.search-bar {
		margin-right: -5px
	}
}

.search-bar__form {
	position: absolute;
	right: 0;
	display: flex;
	opacity: 0;
	display: none;
	background-color: #fff;
	border: 2px solid #2d4d65;
	border-radius: .25rem;
	transition: opacity .3s ease
}

.search-bar__close {
	padding: .5rem .8rem;
	line-height: 1;
	border: 0
}

.search-bar__close .icon {
	position: relative;
	top: 1px
}

.search-bar__input {
	align-self: stretch;
	border: none;
	box-shadow: none;
	outline-offset: 0;
	line-height: 1.2;
	width: 0;
	transition: width .5s ease
}

.search-bar__input::-webkit-search-cancel-button {
	display: none
}

.search-bar__input:focus {
	outline: none
}

.search-bar__submit {
	padding: .5rem .8rem;
	line-height: 1;
	background-color: #2d4d65;
	border-radius: 0;
	border: 0
}

.search-bar__open {
	position: absolute;
	right: 0;
	padding: .5rem .8rem;
	line-height: 1;
	border: 2px solid transparent
}

.search-bar__open:hover {
	background-color: #2d4d65
}

.search-bar--open .search-bar__form {
	display: flex;
	opacity: 1;
	visibility: visible
}

.search-bar--open .search-bar__form .search-bar__input {
	width: 160px
}

.search-bar--open .search-bar__open {
	display: none
}

.top-admin-shortcuts {
	padding: .7rem;
	background: #222
}

.top-admin-shortcuts ul li a {
	text-decoration: none;
	color: silver;
	letter-spacing: 0;
	font-weight: 400;
	padding: 0;
	margin-right: 0;
	align-items: center
}

.top-admin-shortcuts .navbar-collapse {
	margin-top: .7rem;
	border-top: 1px solid #101010;
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1)
}

.top-admin-shortcuts .navbar-collapse ul li a {
	line-height: 2.5
}

@media(min-width:768px) {
	.top-admin-shortcuts {
		padding: .7rem 1.4rem
	}
}

@media(min-width:992px) {
	.top-admin-shortcuts {
		padding: .8rem 1.4rem
	}

	.top-admin-shortcuts ul li a {
		margin-right: 1.3rem
	}

	.top-admin-shortcuts .navbar-collapse {
		margin-top: 0;
		border-top: none;
		box-shadow: none
	}

	.top-admin-shortcuts .navbar-collapse ul li a {
		line-height: 0
	}

	.top-admin-shortcuts .top-admin-shortcuts__logout {
		padding-right: .3rem;
		margin-right: 0
	}
}

.breaking-news-ticker__body {
	display: block;
	width: 100%;
	background: #fff;
	height: 40px;
	box-sizing: border-box;
	position: relative;
	line-height: 40px;
	overflow: hidden;
	text-align: auto;
	font-size: 14px
}

.breaking-news-ticker__body * {
	box-sizing: border-box
}

.breaking-news-ticker__label {
	display: inline-block;
	height: 100%;
	max-width: 130px;
	position: relative;
	background-color: #982b33;
	text-align: center;
	color: #fff;
	font-weight: 700;
	z-index: 3;
	padding: 0 15px;
	white-space: nowrap
}

.breaking-news-ticker__label p {
	font-weight: 500
}

@media(max-width:767.98px) {
	.breaking-news-ticker__label {
		width: 70px;
		padding: 0 5px
	}

	.breaking-news-ticker__label p {
		font-size: .7rem;
		max-width: 60px;
		white-space: normal;
		line-height: 17px;
		padding: 2px 0 3px;
		margin: 0!important;
		display: inline-block!important;
		vertical-align: middle;
		font-weight: 400
	}
}

.breaking-news-ticker__label:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #982b33;
	border-style: solid;
	border-width: 20px 0 20px 15px
}

@media(max-width:767.98px) {
	.breaking-news-ticker__label:after {
		right: -10px;
		border-width: 20px 0 20px 10px
	}
}

.breaking-news-ticker__news {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	overflow: hidden
}

.breaking-news-ticker__news ul {
	display: block;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute
}

.breaking-news-ticker__news ul li {
	white-space: nowrap;
	overflow: hidden!important;
	text-overflow: ellipsis;
	text-decoration: none;
	transition: color .2s linear;
	position: absolute;
	width: 100%;
	display: none;
	color: #333
}

.breaking-news-ticker__news ul li a {
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	padding: 0 10px;
	color: #333;
	position: relative;
	display: block;
	overflow: hidden
}

.breaking-news-ticker__news ul li a:hover {
	color: #069
}

.breaking-news-ticker__news ul li:not(:first-of-type):before {
	content: "";
	height: 50%;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #a8a8a8
}

.breaking-news-ticker__controls {
	width: auto;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.breaking-news-ticker__controls button {
	width: 30px;
	float: left;
	height: 100%;
	cursor: pointer;
	border: none;
	border-left: 1px solid #eee;
	text-align: center;
	background-color: #f6f6f6;
	outline: none
}

.breaking-news-ticker__controls button:hover {
	background-color: #eee
}

.breaking-news-ticker__controls .bn-arrow {
	margin: 0;
	display: inline-block;
	height: 8px;
	position: relative;
	width: 8px;
	top: -2px
}

.breaking-news-ticker__controls .bn-arrow:after {
	border-left-color: #999;
	border-top-color: #999;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: inline-block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px
}

.breaking-news-ticker__controls .bn-arrow:before {
	background-color: #999
}

.breaking-news-ticker__controls .bn-prev {
	left: 3px;
	transform: rotate(315deg);
	left: -3px
}

.breaking-news-ticker .bn-direction-rtl {
	direction: rtl
}

.breaking-news-ticker .bn-direction-rtl .breaking-news-ticker__label {
	left: auto;
	right: 0
}

.breaking-news-ticker .bn-direction-rtl .breaking-news-ticker__controls {
	right: auto;
	left: 0
}

.breaking-news-ticker .bn-direction-rtl .bn-seperator {
	margin-left: 15px;
	margin-right: 0;
	float: right
}

.breaking-news-ticker .bn-direction-rtl .bn-prefix {
	margin-left: 15px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px
}

.breaking-news-ticker .bn-direction-rtl .breaking-news-ticker__controls button {
	border-left: none;
	border-right: 1px solid #eee
}

.breaking-news-ticker .bn-effect-scroll .breaking-news-ticker__news ul {
	display: block;
	width: 100%;
	position: relative
}

.breaking-news-ticker .bn-effect-scroll .breaking-news-ticker__news ul li {
	display: list-item;
	float: left;
	position: relative;
	width: auto
}

.breaking-news-ticker .bn-effect-scroll.bn-direction-rtl .breaking-news-ticker__news ul li {
	float: right
}

main.container {
	background-color: #e9ecef;
	padding: .9333333333rem .7rem
}

@media(min-width:992px) {
	main.container {
		padding: .7rem 1.4rem 1.4rem
	}
}

main.container>div:last-child {
	margin-bottom: 0
}

@media(min-width:768px) {
	.left {
		max-width: calc(100% - 346px)
	}

	.right {
		display: block;
		width: 346px;
		max-width: 346px
	}
}

.section-header {
	display: flex;
	align-items: center;
	margin-bottom: .7rem;
	border-bottom: 2px solid #3d6888
}

@media(min-width:992px) {
	.section-header {
		margin-bottom: 1.4rem
	}
}

.section-header h2 {
	color: #3d6888;
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: .2rem
}

@media(min-width:768px) {
	.section-header h2 {
		font-size: 1.6rem;
		margin-bottom: .5rem
	}
}

@media(min-width:992px) {
	.section-header h2 {
		font-size: 1.8rem;
		margin-bottom: .5rem
	}
}

.section-header a {
	display: block;
	width: 200px;
	height: 30px
}

@media(min-width:768px) {
	.section-header a {
		height: 30px;
		width: 200px;
	}
}

@media(min-width:768px) {

}

.featured-headlines {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.featured-headlines {
		padding: 1.4rem
	}
}

.featured-headlines p {
	font-size: 1rem;
	line-height: 1.2;
	font-family: Fira Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	margin-bottom: 0;
	font-weight: 600
}

.featured-headlines p span {
	padding-right: .2rem
}

.featured-headlines p a {
	color: #000;
	font-family: Georgia,Times,Times New Roman,serif;
	font-size: 1.1rem;
	font-weight: 400
}

.label {
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 300;
	margin: 0 0 .2rem
}

.label--solid {
	background-color: #3d6888
}

.label--solid,.label--sponsor {
	color: #fff;
	font-size: .7rem;
	padding: .3rem .4rem;
	margin-bottom: .4rem!important
}

.label--sponsor {
	background-color: #495057
}

.label--free {
	background-color: #17a2b8
}

.label--danger,.label--free {
	color: #fff;
	font-size: .7rem;
	padding: .3rem .4rem;
	margin-bottom: .4rem!important
}

.label--danger {
	background-color: #dc3545
}

.title {
	font-size: 1.4rem;
	line-height: 1.4;
	font-family: Georgia,Times,Times New Roman,serif
}

.title a {
	color: #000
}

.title--md {
	font-size: 1.1rem
}

.title--sm {
	font-size: 1rem
}

a .title {
	color: #000
}

a .excerpt,a:hover .excerpt p {
	color: #000;
	font-size: .9rem;
	font-weight: 200;
	margin-bottom: .7rem;
	TEXT-INDENT: 2em;
}

a .excerpt,a:hover .excerpt p,a:hover .label-area {
	text-decoration: none;
	display: inline-block
}

.date {
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 400;
	margin-bottom: 0
}

.date :first-child {
	padding-right: .4rem
}

.pipe {
	color: #dee2e6;
	padding: 0 .4rem 0 .2rem
}

.story-icons {
	padding: .2rem .4rem .1rem 0;
	display: inline-block
}

.story-icons .btn~.btn {
	margin-left: 0
}

.story-icons .icon--lock {
	position: relative;
	top: -2px
}

.sticky-column {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	margin-bottom: 1.4rem
}

.pagination {
	margin-top: 1.4rem;
	display: flex;
	justify-content: center
}

.pagination ul {
	margin-bottom: 0
}

img {
	max-width: 100%
}

.Mg2-connext {
	margin-bottom: 2rem!important
}

.Mg2-connext .col-md-12.gm-column {
	flex: 0 0 100%!important
}

.Mg2-connext .col-md-12.gm-column ul .text-center {
	text-align: left!important
}

@media(max-width:767.98px) {
	.Mg2-connext #inline_Offer_twoBlocks_noImg .box {
		width: 100%;
		margin: 0
	}
}

#sovrn_beacon {
	display: none
}

.addthis_inline_share_toolbox_rng8 {
	min-height: 35px
}

.top-slider {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem;
	max-height: 112.38px
}

@media(min-width:992px) {
	.top-slider {
		padding: 1.4rem;
		padding: .7rem
	}
}

.top-slider__track {
	display: flex
}

.top-slider__track .slick-slide {
	height: 88px
}

.top-slider__track .slick-slide>div,.top-slider__track .slick-slide>div a,.top-slider__track .slick-slide>div a div.row {
	height: 100%
}

.top-slider__track .slick-slide>div a div.row img {
	width: 133px;
	height: 88px;
	max-width: none
}

.top-slider__slide {
	padding: 0 .2rem;
	color: #000;
	outline: none
}

.top-slider__image {
	border: 1px solid #adb5bd;
	width: auto;
	height: 100%
}

.top-slider__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-right: .7rem;
	border-right: 1px solid #e9ecef!important;
	font-size: .9rem
}

@media(max-width:1250px) {
	.top-slider__content {
		margin-left: -.7rem
	}
}

.top-slider__headline {
	line-height: 1.2;
	font-family: Georgia,Times,Times New Roman,serif
}

.top-slider__headline span {
	display: block
}

.top-slider .slick-active+.slick-active+.slick-active+.slick-active .top-slider__content {
	border: none
}

.slick-next,.slick-prev {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	background-color: #fff;
	border-radius: 15px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
	color: transparent;
	outline: none
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -30px
}[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "";
	display: block;
	border: solid #3d6888;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg)
}

.slick-next {
	right: -30px;
	border-right: 1px solid #dee2e6
}[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "";
	display: block;
	border: solid #3d6888;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}[dir=rtl] .slick-next:before {
	content: "←"
}

.featured-queue {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.featured-queue {
		padding: 1.4rem
	}
}

.featured-queue p {
	font-weight: 300
}

.featured-queue img {
	border: 1px solid #adb5bd
}

.featured-queue__top-story {
	margin-bottom: 1.4rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #e9ecef
}

@media(max-width:991.98px) {
	.featured-queue__top-story .label {
		margin-top: .7rem
	}
}

.featured-queue__bottom-stories .col .row {
	margin-bottom: .4rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e9ecef
}

.featured-queue__bottom-stories>.col:nth-child(2) :last-child {
	margin-bottom: 0;
	border-bottom: 0
}

@media(min-width:992px) {
	.featured-queue__bottom-stories>.col {
		padding-right: 1.4rem
	}

	.featured-queue__bottom-stories>.col:nth-child(2) {
		padding-left: 1.4rem;
		border-left: 1px solid #e9ecef
	}

	.featured-queue__bottom-stories .col>:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0
	}
}

.featured-queue .date .pipe {
	color: #dee2e6;
	padding: 0 .4rem 0 0
}

.featured-queue .date .readtime {
	padding: 0 .4rem 0 0
}

.featured-queue .article1 .date>span:first-child,.featured-queue .article2 .date>span:first-child {
	display: inline
}

.featured-queue .article1 .date .pipe,.featured-queue .article2 .date .pipe {
	display: inline-block
}

.featured-queue .article1 .date .readtime,.featured-queue .article2 .date .readtime {
	display: inline
}

@media(max-width:575.98px) {
	.featured-queue .article1 .date>span:first-child,.featured-queue .article2 .date>span:first-child {
		display: block
	}

	.featured-queue .article1 .date .pipe,.featured-queue .article2 .date .pipe {
		display: none
	}

	.featured-queue .article1 .date .readtime,.featured-queue .article2 .date .readtime {
		display: inline-block
	}
}

@media(min-width:768px) {
	.featured-queue .article1 .date>span:first-child,.featured-queue .article2 .date>span:first-child {
		display: block
	}

	.featured-queue .article1 .date .pipe,.featured-queue .article2 .date .pipe {
		display: none
	}

	.featured-queue .article1 .date .readtime,.featured-queue .article2 .date .readtime {
		display: inline-block
	}
}

.featured-queue-alt {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.featured-queue-alt {
		padding: 1.4rem
	}
}

.featured-queue-alt p {
	font-weight: 300
}

.featured-queue-alt img {
	border: 1px solid #adb5bd
}

.featured-queue-alt__row {
	margin-right: 0;
	padding-left: 0
}

@media(min-width:768px) {
	.featured-queue-alt__row {
		padding-right: .7rem;
		border-right: 1px solid #e9ecef
	}
}

.featured-queue-alt .row .row :last-child .featured-queue-alt__row {
	border: 0
}

.featured-queue-alt__top-story {
	margin-bottom: 1.4rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #e9ecef
}

.featured-queue-alt__top-story .featured-queue-alt__image {
	margin-bottom: .7rem
}

@media(max-width:767.98px) {
	.featured-queue-alt__top-story .label {
		margin-top: .7rem
	}
}

@media(min-width:768px) {
	.featured-queue-alt .featured-queue-alt__row :last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0
	}
}

.featured-queue-alt__bottom-stories .row .col {
	margin-bottom: 1.4rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #e9ecef
}

.featured-queue-alt__bottom-stories>:last-child .col {
	margin-bottom: 0;
	border-bottom: 0
}

@media(min-width:768px) {
	.featured-queue-alt__bottom-stories>.col {
		padding-right: .4rem
	}

	.featured-queue-alt__bottom-stories>.col:nth-child(2) {
		padding-left: 1.4rem;
		border-left: 1px solid #e9ecef
	}

	.featured-queue-alt__bottom-stories .col :last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0
	}
}

.featured-queue-alt .featured-queue-alt__image {
	margin-bottom: .7rem
}

.featured-queue-alt .featured-queue-alt__article-col .featured-queue-alt__grid-story {
	padding-bottom: 1.4rem
}

@media(max-width:767.98px) {
	.featured-queue-alt .featured-queue-alt__article-col .featured-queue-alt__grid-story .title {
		font-size: 1rem
	}
}

.featured-queue-alt .featured-queue-alt__article-col {
	margin-bottom: -1.4rem
}

.featured-queue-alt .date>span:first-child {
	display: block;
	padding-right: .2rem!important
}

.featured-queue-alt .date .pipe {
	display: none;
	padding: 0 .4rem 0 0
}

.featured-queue-alt .date .readtime {
	padding: 0 .4rem 0 0
}

.featured-queue-alt .date .media-icon {
	display: inline
}

@media(min-width:576px)and (max-width:767.98px) {
	.featured-queue-alt .date>span:first-child {
		display: inline
	}

	.featured-queue-alt .date .pipe {
		display: inline-block
	}

	.featured-queue-alt .date .media-icon {
		display: block
	}
}

@media(min-width:768px)and (max-width:991.98px) {
	.featured-queue-alt .date>span:first-child {
		display: inline
	}

	.featured-queue-alt .date .pipe {
		display: inline-block
	}
}

@media(min-width:1200px) {
	.featured-queue-alt .date>span:first-child {
		display: inline
	}

	.featured-queue-alt .date .pipe {
		display: inline-block
	}

	.featured-queue-alt .date .media-icon {
		display: block
	}
}

.featured-pages {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.featured-pages {
		padding: 1.4rem
	}
}

.featured-pages p {
	font-weight: 300
}

.featured-pages img {
	border: 1px solid #adb5bd
}

.featured-pages .featured-pages__article-col .featured-pages__grid-story {
	padding-bottom: 1.4rem
}

@media(max-width:767.98px) {
	.featured-pages .featured-pages__article-col .featured-pages__grid-story .title {
		font-size: 1rem
	}
}

.featured-pages .featured-pages__image {
	margin-bottom: .7rem
}

.featured-pages .featured-pages__article-col {
	margin-bottom: -1.4rem
}

@media(min-width:992px) {
	.featured-pages .featured-pages__article-col .row div:nth-child(n+4) {
		margin-top: 1rem
	}
}

.top-stories {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	margin-bottom: 1.4rem;
	padding: 1.6rem .7rem
}

@media(min-width:992px) {
	.top-stories {
		padding: 1.4rem
	}
}

.top-stories__header {
	border-bottom: 1px solid #212529;
	margin-bottom: 1rem
}

.top-stories__header h3 {
	font-size: 1rem;
	font-weight: 200;
	line-height: 1.5
}

.top-stories__story {
	margin-bottom: .6rem;
	padding-bottom: 0rem;
	border-bottom: 1px solid #e9ecef
}

.top-stories div:last-of-type {
	border-bottom: 0;
	margin-bottom: 0
}

.recent-stories {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.recent-stories {
		padding: 1.4rem
	}
}

.recent-stories img {
	border: 1px solid #adb5bd
}

.recent-stories__stories .col .row {
	margin-bottom: .6rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #e9ecef
}

.recent-stories__stories>.col:nth-child(2) :last-child {
	margin-bottom: 0;
	border-bottom: 0
}

@media(min-width:768px)and (max-width:991.98px) {
	.recent-stories__stories>col:first-child {
		margin-bottom: .6rem;
		padding-bottom: .2rem;
		border-bottom: 1px solid #e9ecef
	}
}

@media(min-width:768px) {
	.recent-stories__stories>.col {
		padding-right: 1.4rem
	}

	.recent-stories__stories>.col:nth-child(2) {
		padding-left: 1.4rem;
		border-left: 1px solid #e9ecef
	}
}

@media(min-width:992px) {
	.recent-stories__stories .col>:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0
	}
}

.recent-stories__image {
	display: block;
	margin-bottom: .7rem
}

.recent-stories .date .pipe,.recent-stories .date .readtime {
	padding: 0 .4rem 0 0
}

@media(max-width:575.98px) {
	.recent-stories .recent-sub-story-top .date>span:first-child {
		display: block
	}

	.recent-stories .recent-sub-story-top .date .pipe {
		display: none
	}

	.recent-stories .recent-sub-story-top .date .readtime {
		display: inline-block
	}
}

.sidebar {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	margin-bottom: 1.4rem;
	padding: 1.6rem .7rem
}

@media(min-width:992px) {
	.sidebar {
		padding: 1.4rem
	}
}

.sidebar img {
	border: 1px solid #adb5bd
}

.sidebar__header {
	border-bottom: 1px solid #212529;
	margin-bottom: 1.4rem
}

.sidebar__header h3 {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1
}

.sidebar__item {
	margin-bottom: 1.4rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #e9ecef;
	display: flex
}

.sidebar__item .top-stories__item__image {
	width: 40%;
	overflow: hidden
}

.sidebar__item .top-stories__item__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 140px
}

.sidebar__item .top-stories__item__content {
	width: 60%;
	padding-left: .7rem;
	display: inline-block
}

.sidebar__item .top-stories__item__content h3 {
	text-decoration: none;
	color: #000
}

.sidebar__item .top-stories__item__content p {
	font-weight: 300;
	text-decoration: none;
	color: #000
}

.sidebar__item:hover {
	text-decoration: none
}

.sidebar__item:hover .top-stories__item__content h3 {
	text-decoration: underline
}

.sidebar .sidebar__list a:last-of-type {
	border-bottom: 0;
	margin-bottom: 0
}

.sidebar .btn~.btn {
	margin-left: 0
}

@media(max-width:767px) {
	.content-block-fixed-sidebar {
		display: none!important
	}
}

.article {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.article {
		padding: 1.4rem
	}
}

.article header {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 1.4rem
}

@media(min-width:768px) {
	.article header {
		margin-bottom: 2.1rem
	}
}

.article header figure figcaption {
	border-bottom: none
}

.article header #primis-featured-video #playlistLayoutElement {
	background-color: #fff
}

.article__label {
	font-weight: 300;
	font-size: .9rem;
	line-height: 1.6;
	margin-bottom: .35rem;
	display: block
}

@media(min-width:768px) {
	.article__label {
		font-size: 1rem;
		line-height: 1.6
	}
}

.article__label a {
	color: #000
}

.article__headline {
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: Georgia,Times,Times New Roman,serif;
	padding-right: 1rem;
	margin-bottom: .7rem
}

@media(min-width:768px) {
	.article__headline {
		font-size: 2.8rem;
		line-height: 1.2;
		font-family: Georgia,Times,Times New Roman,serif;
		padding-right: 1rem;
		margin-bottom: 1.4rem
	}
}

.article__cutline {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-bottom: .7rem
}

@media(min-width:768px) {
	.article__cutline {
		font-size: 1.3rem;
		margin-bottom: 1.4rem
	}
}

.article__author-share {
	margin-bottom: 1.4rem
}

.article__author-byline {
	font-weight: 300;
	font-size: .9rem;
	display: block;
	margin-bottom: .7rem
}

@media(min-width:768px) {
	.article__author-byline {
		font-size: 1rem
	}
}

.article__author-byline a {
	color: #000;
	text-decoration: underline;
	font-weight: 500
}

.article__author-byline a:hover {
	opacity: .8;
	text-decoration: none
}

.article__featured-image img {
	width: 100%
}

.article figure {
	margin-bottom: .7rem
}

.article figure img {
	border: 1px solid #adb5bd
}

.article figure figcaption {
	font-weight: 300;
	font-size: .9rem;
	padding-top: .7rem;
	padding-bottom: .7rem;
	line-height: 1.4;
	border-bottom: 1px solid #e9ecef
}

.article__banner {
	text-align: left;
	display: flex;
	flex-direction: column;
	padding: .9333333333rem .7rem
}

@media(min-width:992px) {
	.article__banner {
		padding: 1.4rem .7rem
	}
}

.article__banner__label {
	color: #adb5bd;
	font-size: .7rem;
	text-transform: uppercase
}

.article .content div[data-oembed-url] {
	text-align: center
}

.article .content div[data-oembed-url]>div:not(.twitter-tweet) {
	max-width: 100%!important
}

.article .content p a {
	font-weight: 500
}

.article .content .related-articles-embedded {
	max-width: 580px;
	margin: 0 auto 1.4rem;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	padding: 1rem 0
}

.article .content .related-articles-embedded h2 {
	color: #3d6888;
	font-weight: 400;
	font-size: 1.2rem;
	margin: 0 auto .5rem
}

@media(min-width:768px) {
	.article .content .related-articles-embedded h2 {
		font-size: 1.4rem
	}
}

.article .content .related-articles-embedded__content div:not(:last-child) {
	margin-bottom: 1rem
}

.article .content .related-articles-embedded__content__item {
	height: 70px
}

.article .content .related-articles-embedded__content__item div {
	height: 100%
}

.article .content .related-articles-embedded__content__item a {
	text-decoration: none;
	background-color: transparent
}

.article .content .related-articles-embedded__content__item-headline {
	width: 60%;
	padding-left: .7rem;
	padding-right: .7rem
}

@media(min-width:414px) {
	.article .content .related-articles-embedded__content__item-headline {
		width: 70%
	}
}

@media(min-width:992px) {
	.article .content .related-articles-embedded__content__item-headline {
		width: 80%
	}
}

.article .content .related-articles-embedded__content__item-headline p {
	font-size: 1rem;
	height: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.article .content .related-articles-embedded__content__item-headline:hover p {
	text-decoration: underline
}

.article .content .related-articles-embedded__content__item-thumbnail {
	width: 40%;
	padding-left: .7rem;
	padding-right: .7rem;
	text-align: center
}

@media(min-width:414px) {
	.article .content .related-articles-embedded__content__item-thumbnail {
		width: 30%
	}
}

@media(min-width:992px) {
	.article .content .related-articles-embedded__content__item-thumbnail {
		width: 20%
	}
}

.article .content .related-articles-embedded__content__item-thumbnail img {
	height: 100%;
	border: 1px solid #adb5bd;
	border-radius: 5px
}

.article footer .article-share {
	display: block;
	max-width: 580px;
	margin: 0 auto 1rem
}

.article footer .article__comments,.article footer .article__related-links {
	max-width: 580px;
	margin: 0 auto
}

.article__section-header {
	border-bottom: 1px solid #ced4da;
	margin-bottom: 1.4rem
}

.article__section-header h3 {
	font-family: Fira Sans,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1
}

.article__author {
	margin: 2.8rem 0 1.4rem;
	border-bottom: 1px solid #ced4da;
	padding-bottom: 1.4rem
}

.article__author a {
	color: #000;
	text-decoration: underline
}

.article__author a:hover {
	text-decoration: none;
	opacity: .8
}

.article__author__name {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: .4rem
}

.article__author__title {
	line-height: 1;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 300;
	margin: 0 0 .42rem
}

.article__author__bio {
	margin-bottom: 0;
	font-weight: 300;
	font-size: .9rem;
	line-height: 1.4
}

@media(min-width:768px) {
	.article__author__bio {
		font-size: 1rem
	}
}

.article__comments {
	margin: 2.8rem 0 0
}

.article__comments__message {
	text-align: center
}

.article__comments__message .icon--comment {
	width: 20px;
	height: 20px;
	background-size: 20px 20px
}

.article__comments__message p {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 500;
	text-align: center
}

@media(min-width:768px) {
	.article__comments__message p {
		font-size: 1.1rem
	}
}

.article__related-links {
	margin-top: 2.8rem
}

.article__related-links ul li {
	margin-bottom: .4rem
}

.article__related-links ul li a {
	color: #000;
	text-decoration: underline;
	font-size: 1.1rem;
	font-weight: 400;
	font-family: Georgia,Times,Times New Roman,serif
}

.article__related-links ul li a:hover {
	text-decoration: none;
	opacity: .8
}

.article #primis-featured-video {
	margin-bottom: 0!important;
	overflow: hidden;
	height: 0;
	padding-bottom: 105%
}

@media(min-width:320px) {
	.article #primis-featured-video {
		padding-bottom: 90%!important
	}
}

@media(min-width:360px) {
	.article #primis-featured-video {
		padding-bottom: 80%!important
	}
}

@media(min-width:540px) {
	.article #primis-featured-video {
		padding-bottom: 71%!important
	}
}

@media(min-width:568px) {
	.article #primis-featured-video {
		padding-bottom: 71%!important
	}
}

@media(min-width:640px) {
	.article #primis-featured-video {
		padding-bottom: 69%!important
	}
}

@media(min-width:667px) {
	.article #primis-featured-video {
		padding-bottom: 69%!important
	}
}

@media(min-width:731px) {
	.article #primis-featured-video {
		padding-bottom: 68%!important
	}
}

@media(min-width:768px) {
	.article #primis-featured-video {
		padding-bottom: 77%!important
	}
}

@media(min-width:812px) {
	.article #primis-featured-video {
		padding-bottom: 75%!important
	}
}

@media(min-width:823px) {
	.article #primis-featured-video {
		padding-bottom: 74%!important
	}
}

@media(min-width:1024px) {
	.article #primis-featured-video {
		padding-bottom: 70%!important
	}
}

@media(min-width:1077px) {
	.article #primis-featured-video {
		padding-bottom: 0!important;
		overflow: initial;
		height: auto;
		min-height: 223.5px!important
	}
}

@media(min-width:1100px) {
	.article #primis-featured-video {
		min-height: 234.5px!important
	}
}

@media(min-width:1120px) {
	.article #primis-featured-video {
		min-height: 246.5px!important
	}
}

@media(min-width:1140px) {
	.article #primis-featured-video {
		min-height: 257.5px!important
	}
}

@media(min-width:1160px) {
	.article #primis-featured-video {
		min-height: 268.5px!important
	}
}

@media(min-width:1180px) {
	.article #primis-featured-video {
		min-height: 279.5px!important
	}
}

@media(min-width:1200px) {
	.article #primis-featured-video {
		min-height: 292.5px!important
	}
}

@media(min-width:1220px) {
	.article #primis-featured-video {
		min-height: 302.5px!important
	}
}

@media(min-width:1240px) {
	.article #primis-featured-video {
		min-height: 313.5px!important
	}
}

@media(min-width:1260px) {
	.article #primis-featured-video {
		min-height: 324.5px!important
	}
}

@media(min-width:1280px) {
	.article #primis-featured-video {
		min-height: 336.5px!important
	}
}

@media(min-width:1301px) {
	.article #primis-featured-video {
		min-height: 337.5px!important
	}
}

.article .disclaimer-div {
	padding-top: 1.5rem;
	padding-bottom: .7rem;
	border-bottom: 1px solid #e9ecef;
	border-top: 1px solid #e9ecef;
	margin-bottom: 20px
}

.article .disclaimer-content {
	font-weight: 300;
	font-size: .9rem;
	line-height: 1.4
}

.article #primis_1 #playlistLayoutElement {
	background-color: #e9ecef
}

.article .article-slider {
	padding-bottom: 1rem
}

.article .article-slider img {
	border: 1px solid #adb5bd
}

.article .article-slider figcaption {
	padding-bottom: 0
}

.article .article-slider .article-slider__nav .article-slider__nav__image-wrapper {
	margin: 0 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative
}

.article .article-slider .article-slider__nav .article-slider__nav__image-wrapper:hover {
	opacity: .8
}

.article .article-slider .article-slider__nav .article-slider__nav__image-wrapper:hover img {
	border: 1px solid #34394c
}

.article .article-slider .slick-current .article-slider__nav__image-wrapper {
	opacity: .6
}

@media(max-width:991.98px) {
	.article .slick-prev {
		left: -10px;
		z-index: 99;
		border: 1px solid #adb5bd
	}

	.article .slick-next {
		right: -10px;
		border: 1px solid #adb5bd
	}
}

.article-listing {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.article-listing {
		padding: 1.4rem
	}
}

.article-listing p {
	font-weight: 300
}

.article-listing img {
	border: 1px solid #adb5bd
}

@media(max-width:767.98px) {
	.article-listing .title {
		font-size: 1.1rem
	}
}

.article-listing__article {
	display: flex;
	color: #000;
	margin-top: .7rem;
	padding-top: 1.4rem;
	border-top: 1px solid #e9ecef
}

@media(max-width:767.98px) {
	.article-listing__article {
		margin-top: .7rem;
		padding-top: .7rem;
		align-items: flex-start
	}
}

.article-listing__article:hover {
	text-decoration: none;
	color: #000
}

.article-listing__article:hover h3 {
	text-decoration: underline
}

.article-listing .col>:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none
}

.article-listing__image {
	align-self: flex-start;
	margin-right: 1.4rem
}

@media(max-width:767.98px) {
	.article-listing__image {
		margin-right: .7rem;
		max-width: 100%
	}
}

.article-listing__excerpt {
	margin-top: .7rem
}

@media(max-width:767.98px) {
	.article-listing__excerpt {
		display: none
	}
}

.article-listing__content .label {
	display: inline;
	padding: 0 .6em;
	font-size: 75%;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.article-listing__content .label-danger {
	background-color: #d9534f
}

.article-listing__content .anchor-label {
	display: inline-block;
	text-decoration: none!important
}

.article-listing .story-icons,.article-listing .story-media-icons {
	padding-left: .4rem;
	position: relative;
	top: 3px
}

.author-header {
	display: flex;
	margin-bottom: 1.4rem
}

.author-header .author-header--img {
	min-width: 100px;
	margin-right: .7rem
}

@media(min-width:768px) {
	.author-header .author-header--img {
		min-width: 200px;
		margin-right: 1.4rem
	}
}

.author-header .author-header--social {
	display: flex
}

.author-header .author-header--social a {
	margin-right: 5px
}

.page {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.page {
		padding: 1.4rem
	}
}

.page header {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 1.4rem
}

.page figure {
	margin-bottom: .7rem
}

.page figure img {
	border: 1px solid #adb5bd
}

.page figure figcaption {
	font-weight: 300;
	font-size: .9rem;
	padding-top: .7rem;
	line-height: 1.6
}

.page__title {
	font-size: 1.6rem;
	line-height: 1.1;
	font-family: Georgia,Times,Times New Roman,serif;
	padding-right: 1rem;
	margin-bottom: .7rem
}

@media(min-width:768px) {
	.page__title {
		font-size: 2.4rem;
		line-height: 1.1;
		font-family: Georgia,Times,Times New Roman,serif;
		padding-right: 1rem;
		margin-bottom: .7rem
	}
}

.page__controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.4rem 0 0
}

.page__controls>div {
	margin-bottom: 1.4rem
}

.page__controls>:first-child {
	margin-right: .7rem
}

.page__share {
	display: block;
	margin-bottom: .7rem
}

.page .page-columns>div:first-child {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px
}

@media(min-width:768px) {
	.page .page-columns {
		display: flex
	}

	.page .page-columns>div {
		width: 48%
	}

	.page .page-columns>div:first-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-right: 2%;
		padding-right: 2%;
		border-right: 1px solid rgba(0,0,0,.1)
	}
}

.page-wrapper__gift .left,.page-wrapper__subscribe .left {
	max-width: 100%
}

.page-wrapper__gift .left .page,.page-wrapper__subscribe .left .page {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:768px) {
	.page-wrapper__gift .left .page,.page-wrapper__subscribe .left .page {
		padding: 1.4rem
	}
}

@media(min-width:992px) {
	.page-wrapper__gift .left .page,.page-wrapper__subscribe .left .page {
		padding: 2rem
	}
}

.page-wrapper__gift .right,.page-wrapper__subscribe .right {
	display: none
}

.content .membership-page h4 {
	margin-top: 0;
	color: #34394c
}

@media(min-width:768px) {
	.content .membership-page__top {
		display: flex
	}

	.content .membership-page__top .membership-page__top__intro {
		margin-right: 1.4rem
	}
}

.content .membership-page__top .membership-page__top__did-you-know {
	padding: 1.4rem;
	background-color: #f8f9fa;
	border-radius: 5px
}

@media(min-width:768px) {
	.content .membership-page__top .membership-page__top__did-you-know {
		max-width: 360px
	}
}

.content .membership-page__top .membership-page__top__did-you-know h3 {
	margin-top: 0
}

.content .membership-page__top .membership-page__top__did-you-know p {
	font-size: .9rem;
	margin-bottom: 0
}

.content .membership-page .page-columns>div {
	text-align: center
}

.content .membership-page .page-columns>div ul {
	text-align: left
}

.content .membership-page .page-columns .btn {
	margin: 10px auto 30px
}

.content .membership-page-v2 {
	margin: 3rem 0
}

.content .membership-page-v2 h1,.content .membership-page-v2 h2,.content .membership-page-v2 h3,.content .membership-page-v2 h4,.content .membership-page-v2 h5,.content .membership-page-v2 h6 {
	font-family: Fira Sans,sans-serif
}

.content .membership-page-v2 h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #3d6888;
	margin: 0
}

.content .membership-page-v2 ul {
	padding-left: 1.2rem;
	margin-bottom: .5rem
}

.content .membership-page-v2 li {
	font-size: 1.3rem
}

.content .membership-page-v2 p {
	font-size: 1.3rem;
	margin-bottom: 0
}

.content .membership-page-v2 small {
	font-size: 1rem;
	margin-left: .5rem
}

@media(min-width:768px) {
	.content .membership-page-v2 {
		margin: 4rem
	}
}

.content .membership-page-v2__top {
	align-items: center;
	text-align: center;
	margin-bottom: 4rem
}

.content .membership-page-v2__top img {
	width: 50%
}

.content .membership-page-v2__top h1 {
	font-size: 2.8rem;
	font-weight: 400;
	margin: 30px 0 0
}

.content .membership-page-v2__top h4 {
	margin: 10px 0
}

@media(min-width:768px) {
	.content .membership-page-v2__top img {
		width: 30%
	}

	.content .membership-page-v2__top h1 {
		font-size: 4.5rem
	}

	.content .membership-page-v2__top h4 {
		font-size: 1.8rem
	}

	.content .membership-page-v2__top em {
		font-size: 1.5rem
	}
}

.content .membership-page-v2__offers {
	margin: 0
}

.content .membership-page-v2__offers .flex-item {
	width: 100%
}

.content .membership-page-v2__offers .flex-item hr {
	margin: 0;
	border: none;
	height: 1px;
	color: #3d6888;
	background-color: #3d6888
}

.content .membership-page-v2__offers .flex-item h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #3d6888;
	margin: 0
}

.content .membership-page-v2__offers .flex-item h4 {
	font-size: 1.8rem;
	margin: 1.2rem 0
}

.content .membership-page-v2__offers .flex-item .btn {
	background-color: #f5b236;
	border: 0;
	border-radius: 10px;
	padding: .8rem;
	margin: 1.2rem auto auto
}

.content .membership-page-v2__offers .item-left,.content .membership-page-v2__offers .item-right {
	margin-bottom: 4rem
}

.content .membership-page-v2__offers .item-right .dropbtn {
	background-color: #3d6888;
	color: #fff;
	padding: 16px;
	font-size: 1.2rem;
	border: none;
	cursor: pointer;
	margin-top: 2rem;
	border-radius: 10px;
	width: 222px
}

.content .membership-page-v2__offers .item-right .dropbtn:focus,.content .membership-page-v2__offers .item-right .dropbtn:hover {
	background-color: #34394c
}

.content .membership-page-v2__offers .item-right .dropdown {
	position: relative;
	display: inline-block
}

.content .membership-page-v2__offers .item-right .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	width: 300px;
	overflow: auto;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
	z-index: 1
}

.content .membership-page-v2__offers .item-right .dropdown-content a {
	font-size: 1rem;
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block
}

.content .membership-page-v2__offers .item-right .dropdown a:hover {
	background-color: #ddd
}

.content .membership-page-v2__offers .item-right .show {
	display: block
}

@media(min-width:768px) {
	.content .membership-page-v2__offers {
		display: flex
	}

	.content .membership-page-v2__offers .flex-item {
		width: 50%
	}

	.content .membership-page-v2__offers .item-left {
		padding-right: 3rem;
		border-right: 1px solid rgba(0,0,0,.3)
	}

	.content .membership-page-v2__offers .item-right {
		padding-left: 3rem
	}

	.content .membership-page-v2__offers .item-right h4 {
		color: #3d6888
	}

	.content .membership-page-v2__offers h2 {
		font-size: 2.3rem
	}
}

.content .membership-page-v2__info,.content .membership-page-v2__info .did-you-know {
	margin-bottom: 4rem
}

.content .membership-page-v2__info .did-you-know .did-you {
	margin-left: 10px;
	font-weight: 400
}

.content .membership-page-v2__info .did-you-know .know {
	margin-left: 30px;

	font-size: 3rem
}

.content .membership-page-v2__info .did-you-know p {
	padding: 1rem;
	border: 2px solid #3d6888;
	border-radius: 20px
}

.content .membership-page-v2__info .did-you-know .bundle-image {
	margin-bottom: 4rem
}

@media(min-width:768px) {
	.content .membership-page-v2__info {
		display: flex
	}

	.content .membership-page-v2__info .did-you-know {
		width: 30%
	}

	.content .membership-page-v2__info .bundle-image {
		width: 70%
	}
}

.content .membership-page-v2__newspapers .our-newspapers {
	display: flex;
	margin-bottom: 2rem
}

.content .membership-page-v2__newspapers .our-newspapers .title {
	display: flex;
	width: 100%
}

.content .membership-page-v2__newspapers .our-newspapers .title .front-underline {
	width: 0;
	border-bottom: 1px solid rgba(0,0,0,.3);
	margin-bottom: 10px
}

.content .membership-page-v2__newspapers .our-newspapers .title h2 {
	width: 100%;
	font-size: 3rem
}

.content .membership-page-v2__newspapers .our-newspapers .title h2 span {
	font-weight: 400
}

.content .membership-page-v2__newspapers .our-newspapers .end-underline {
	width: 0;
	border-bottom: 1px solid rgba(0,0,0,.3);
	margin-bottom: 10px
}

@media(min-width:768px) {
	.content .membership-page-v2__newspapers .our-newspapers .title {
		width: 40%
	}

	.content .membership-page-v2__newspapers .our-newspapers .title .front-underline {
		width: 35%
	}

	.content .membership-page-v2__newspapers .our-newspapers .title h2 {
		width: 65%;
		padding-left: 5px
	}

	.content .membership-page-v2__newspapers .our-newspapers .title h2 span {
		padding-left: 10px
	}

	.content .membership-page-v2__newspapers .our-newspapers .end-underline {
		width: 60%
	}
}

.content .membership-page-v2__newspapers .dailies,.content .membership-page-v2__newspapers .weeklies {
	margin-bottom: 2rem
}

.content .membership-page-v2__newspapers .dailies .sm-logo,.content .membership-page-v2__newspapers .weeklies .sm-logo {
	margin: 5px 10px 20px
}

.content .membership-page-v2__newspapers .dailies .sm-logo img,.content .membership-page-v2__newspapers .weeklies .sm-logo img {
	height: 30px
}

@media(min-width:768px) {
	.content .membership-page-v2__newspapers .dailies,.content .membership-page-v2__newspapers .our-newspapers,.content .membership-page-v2__newspapers .weeklies {
		display: flex
	}

	.content .membership-page-v2__newspapers .dailies,.content .membership-page-v2__newspapers .weeklies {
		flex-wrap: wrap
	}
}

.form-control:hover {
	border-color: #34394c
}

.form-group small {
	color: #adb5bd
}

select.form-control {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='103' height='56' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%233D6888' d='M51.5 55.5L0 .5h103z' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto
}

select.form-control::-ms-expand {
	display: none
}

.datepicker.form-control[readonly] {
	background-color: #fff
}

.page--obits header {
	margin-top: .7rem;
	padding-bottom: .7rem
}

@media(max-width:575.98px) {
	.page--obits .input-group {
		min-width: 100%
	}

	.page--obits .input-group:first-child {
		margin-bottom: .7rem
	}
}

@media(min-width:576px)and (max-width:767.98px) {
	.page--obits .input-group {
		min-width: 235px
	}
}

.page--obits .obit-list__item {
	margin-bottom: 1.4rem;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid #e9ecef
}

.page--obits .obit-list__item h3 {
	color: #000;
	font-family: Georgia,Times,Times New Roman,serif
}

.page--obits .obit-list>:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.obit-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto
}

.weather-sidebar {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	margin-bottom: 1.4rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: .9333333333rem
}

@media(min-width:992px) {
	.weather-sidebar {
		padding: 1.4rem
	}
}

.weather-sidebar a {
	display: block;
	margin-top: .7rem;
	font-weight: 300;
	font-size: .9rem;
	color: #000;
	text-decoration: underline
}

.weather-sidebar a:hover {
	opacity: .8;
	text-decoration: none
}

.page--weather .marine-forecast>div {
	overflow: hidden;
	max-height: 3000px;
	transition: max-height .3s ease-out;
	position: relative
}

.page--weather .marine-forecast--hidden:after {
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	max-width: 100%;
	bottom: 80px;
	height: 80px;
	background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff)
}

.page--weather .marine-forecast--hidden>div {
	max-height: 340px
}

.page--weather .marine-forecast .btn {
	position: relative;
	z-index: 90;
	margin-top: 1.5rem
}

.page--weather #primis-featured-video {
	margin-bottom: 0!important;
	overflow: hidden;
	height: 0;
	padding-bottom: 105%
}

@media(min-width:320px) {
	.page--weather #primis-featured-video {
		padding-bottom: 90%!important
	}
}

@media(min-width:360px) {
	.page--weather #primis-featured-video {
		padding-bottom: 80%!important
	}
}

@media(min-width:540px) {
	.page--weather #primis-featured-video {
		padding-bottom: 71%!important
	}
}

@media(min-width:568px) {
	.page--weather #primis-featured-video {
		padding-bottom: 71%!important
	}
}

@media(min-width:640px) {
	.page--weather #primis-featured-video {
		padding-bottom: 69%!important
	}
}

@media(min-width:667px) {
	.page--weather #primis-featured-video {
		padding-bottom: 69%!important
	}
}

@media(min-width:731px) {
	.page--weather #primis-featured-video {
		padding-bottom: 68%!important
	}
}

@media(min-width:768px) {
	.page--weather #primis-featured-video {
		padding-bottom: 77%!important
	}
}

@media(min-width:812px) {
	.page--weather #primis-featured-video {
		padding-bottom: 75%!important
	}
}

@media(min-width:823px) {
	.page--weather #primis-featured-video {
		padding-bottom: 74%!important
	}
}

@media(min-width:1024px) {
	.page--weather #primis-featured-video {
		padding-bottom: 70%!important
	}
}

@media(min-width:1077px) {
	.page--weather #primis-featured-video {
		padding-bottom: 0!important;
		overflow: initial;
		height: auto;
		min-height: 223.5px!important
	}
}

@media(min-width:1100px) {
	.page--weather #primis-featured-video {
		min-height: 234.5px!important
	}
}

@media(min-width:1120px) {
	.page--weather #primis-featured-video {
		min-height: 246.5px!important
	}
}

@media(min-width:1140px) {
	.page--weather #primis-featured-video {
		min-height: 257.5px!important
	}
}

@media(min-width:1160px) {
	.page--weather #primis-featured-video {
		min-height: 268.5px!important
	}
}

@media(min-width:1180px) {
	.page--weather #primis-featured-video {
		min-height: 279.5px!important
	}
}

@media(min-width:1200px) {
	.page--weather #primis-featured-video {
		min-height: 292.5px!important
	}
}

@media(min-width:1220px) {
	.page--weather #primis-featured-video {
		min-height: 302.5px!important
	}
}

@media(min-width:1240px) {
	.page--weather #primis-featured-video {
		min-height: 313.5px!important
	}
}

@media(min-width:1260px) {
	.page--weather #primis-featured-video {
		min-height: 324.5px!important
	}
}

@media(min-width:1280px) {
	.page--weather #primis-featured-video {
		min-height: 336.5px!important
	}
}

@media(min-width:1301px) {
	.page--weather #primis-featured-video {
		min-height: 337.5px!important
	}
}

.404 {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem;
	padding-top: 6rem!important;
	padding-bottom: 6rem!important
}

@media(min-width:992px) {
	.404 {
		padding: 1.4rem
	}
}

.404__title {
	font-size: 3.6rem;
	line-height: 1.1;
	font-family: Georgia,Times,Times New Roman,serif;
	padding-right: 1rem;
	margin-bottom: .7rem
}

@media(min-width:768px) {
	.404__title {
		font-size: 6rem;
		line-height: 1.1;
		font-family: Georgia,Times,Times New Roman,serif;
		padding-right: 1rem;
		margin-top: 1.4rem;
		margin-bottom: .7rem
	}
}

.404 .content .search-form {
	margin-top: 2rem
}

.newsletters {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: .7rem;
	margin-bottom: 1.4rem
}

@media(min-width:992px) {
	.newsletters {
		padding: 1.4rem
	}
}

.newsletters #newsletters-form .newsletters-cards {
	justify-content: center;
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 1.4rem
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 1 304px;
	min-width: 270px;
	max-width: 270px;
	flex-basis: 30%;
	flex-wrap: wrap;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	padding: 15px;
	margin: 0 12px 24px
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card input {
	display: none
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card[data-newsletter-card-status=selected] {
	border: 2px solid #3d6888
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-image {
	display: block;
	width: 100%;
	margin: 0 auto 12px
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-body {
	align-items: flex-start;
	flex: 1 1 auto
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-body .newsletter-title {
	width: 100%;
	text-align: left;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	font-family: Georgia,Times,Times New Roman,serif
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-body .newsletter-description {
	text-align: left;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	margin-top: .5rem
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-latest {
	margin-top: .5rem
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-latest a {
	font-size: 1rem;
	line-height: inherit;
	color: #3d6888!important;
	font-weight: 400
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button {
	width: 100%;
	color: #3d6888;
	max-height: 48px;
	text-align: left;
	margin-top: 12px;
	padding: 12px 0;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
	transition: opacity .3s;
	cursor: pointer
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button:after {
	position: absolute;
	left: 46px;
	margin-top: 2px;
	font-weight: 400
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button[data-newsletter-btn-status=not_selected] {
	color: #618caf
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button[data-newsletter-btn-status=not_selected]:after {
	content: "Subscribe";
	position: absolute;
	left: 46px;
	margin-top: 2px
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button[data-newsletter-btn-status=not_selected] .newsletter-icon-add {
	display: inline-block;
	fill: #618caf
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button[data-newsletter-btn-status=selected] {
	color: #262626
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button[data-newsletter-btn-status=selected]:after {
	content: "Selected"
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button[data-newsletter-btn-status=selected] .newsletter-icon-check {
	display: inline-block
}

.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button .newsletter-icon-add,.newsletters #newsletters-form .newsletters-cards .newsletter-card .newsletter-signup-button .newsletter-icon-check {
	display: none;
	width: 24px;
	height: 24px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	margin: 0 8px 0 0
}

@media(max-width:539px) {
	.newsletters #newsletters-form .newsletters-cards .newsletter-card {
		max-width: 100%;
		flex-basis: inherit
	}
}

.newsletters #newsletters-form .newsletters-cards .filling-empty-space-childs {
	width: 270px;
	height: 0;
	margin: 0 12px 24px
}

.newsletters #newsletters-form .sign-up {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	max-width: 500px;
	margin: 0 auto
}

.newsletters #newsletters-form .sign-up--message {
	height: 26px;
	text-align: center;
	font-size: .9rem;
	font-family: Georgia,Times,Times New Roman,serif
}

.newsletters #newsletters-form .sign-up--message-selected {
	font-size: 1.2rem;
	font-weight: 600
}

.newsletters #newsletters-form .sign-up--message-warning {
	color: #b40404
}

.newsletters #newsletters-form .sign-up--title {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	font-family: Georgia,Times,Times New Roman,serif
}

.newsletters #newsletters-form .sign-up .form-group {
	width: 100%;
	margin-bottom: 1.5rem
}

.newsletters #newsletters-form .sign-up .form-group button,.newsletters #newsletters-form .sign-up .form-group input,.newsletters #newsletters-form .sign-up .form-group select {
	height: 3.35rem
}

.newsletters #newsletters-form .sign-up .form-group .form-contron:disabled,.newsletters #newsletters-form .sign-up .form-group .form-contron[readonly] button {
	background-color: #3d6888;
	opacity: 1
}

.newsletters #newsletters-form .sign-up .form-group .first-name,.newsletters #newsletters-form .sign-up .form-group .last-name {
	width: 100%
}

.newsletters #newsletters-form .sign-up .form-group .first-name {
	margin-right: 4px
}

.newsletters #newsletters-form .sign-up .form-group .last-name {
	margin-left: 4px
}

.newsletters #newsletters-form .sign-up--name {
	display: flex
}

.newsletters #newsletters-form .sign-up--button button {
	background-color: #3d6888;
	color: #fff
}

.newsletters #newsletters-form .sign-up--button button:focus {
	background-color: #3d6888!important;
	color: #fff!important
}

.newsletters #newsletters-form .sign-up-policy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 500px;
	margin: 0 auto
}

.newsletters #newsletters-form .sign-up-policy p {
	font-size: .9rem
}

.newsletters #newsletters-form .sign-up-policy a {
	line-height: inherit;
	text-decoration: none!important;
	color: #3d6888!important;
	font-weight: 600
}

.content {
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4
}

.content h2,.content h3,.content h4,.content h5,.content h6 {
	line-height: 1.2;
	font-family: Georgia,Times,Times New Roman,serif;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem
}

@media(min-width:768px) {
	.content h2,.content h3,.content h4,.content h5,.content h6 {
		margin-top: 2.1rem;
		margin-bottom: 1.4rem
	}
}

.content h2 {
	font-size: 1.6rem
}

@media(min-width:768px) {
	.content h2 {
		font-size: 1.8rem
	}
}

.content h3 {
	font-size: 1.4rem
}

@media(min-width:768px) {
	.content h3 {
		font-size: 1.6rem
	}
}

@media(min-width:768px) {
	.content {
		font-size: 1.1rem
	}
}

.content li,.content p {
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4
}

@media(min-width:768px) {
	.content li,.content p {
		font-size: 1.1rem
	}
}

.content>p {
	margin-bottom: 1.4rem
}

.content a:not(.btn) {
	color: #34394c;
	text-decoration: underline
}

.content a:not(.btn):hover {
	text-decoration: none;
	opacity: .8
}

.content ol,.content ul {
	padding-right: 1.4rem
}

.content ol li,.content ul li {
	margin-bottom: .4rem
}

.content blockquote {
	border-left: 5px solid #618caf;
	padding: .2rem 1.4rem;
	max-width: 680px;
	margin: 1.4rem auto
}

.content blockquote p {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 400
}

@media(min-width:768px) {
	.content blockquote p {
		font-size: 1.3rem
	}
}

.content blockquote footer {
	font-size: 1.1rem;
	font-weight: 300;
	margin-top: 1rem
}

@media(min-width:768px) {
	.content blockquote footer {
		font-size: 1.2rem
	}
}

.content .infogram-embed,.content figure {
	margin-top: 1.4rem;
	margin-bottom: 1.4rem
}

@media(min-width:768px) {
	.content .infogram-embed,.content figure {
		margin-top: 2.1rem;
		margin-bottom: 2.1rem
	}
}

.content .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem
}

@media(min-width:768px) {
	.content .video-wrapper {
		margin-top: 2.1rem;
		margin-bottom: 2.1rem
	}
}

.content .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.content .primisslate {
	margin-top: 1.4rem;
	margin-bottom: 1.4rem
}

@media(min-width:768px) {
	.content .primisslate {
		margin-top: 2.1rem;
		margin-bottom: 2.1rem
	}
}

.content iframe {
	max-width: 100%!important
}

.content .instagram-media,.content .twitter-tweet,.content div[data-oembed-url] {
	margin: 1.4rem auto!important
}

@media(min-width:768px) {
	.content .instagram-media,.content .twitter-tweet,.content div[data-oembed-url] {
		margin-top: 2.1rem!important;
		margin-bottom: 2.1rem!important
	}
}

.content .primis-embedded-video {
	height: 0;
	padding-bottom: 56.2%;
	margin-bottom: 2.1rem
}

.article .content h2,.article .content h3,.article .content h4,.article .content h5,.article .content h6 {
	max-width: 580px;
	margin: 1.4rem auto
}

@media(min-width:768px) {
	.article .content h2,.article .content h3,.article .content h4,.article .content h5,.article .content h6 {
		margin-top: 2.1rem;
		margin-bottom: 1.4rem
	}
}

.article .content>p,.article .content ol,.article .content ul {
	max-width: 580px;
	margin: 0 auto 1.4rem
}

.article .content blockquote {
	border-left: 5px solid #618caf;
	padding: .2rem 1.4rem;
	max-width: 680px;
	margin: 1.4rem auto
}

.subscribe {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	margin-bottom: 1.4rem;
	padding: 1.4rem;
	position: relative
}

@media(min-width:992px) {
	.subscribe {
		padding: 1.4rem;
		padding: .8rem 1.4rem
	}
}

.subscribe:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: 1;
	background-image: url("../img/subscribe-bg.95cc6b8085f9.png");
	background-size: 700px 277px;
	background-repeat: no-repeat;
	background-position: right -50px
}

.subscribe .subscribe--content {
	position: relative;
	z-index: 3
}

.subscribe h3 {
	color: #3d6888;
	font-weight: 400
}

@media(max-width:575.98px) {
	.subscribe h3 {
		font-size: 1.1rem
	}
}

.subscribe p {
	margin-bottom: 0
}

.subscribe p:last-of-type {
	margin-bottom: 1rem
}

@media(max-width:575.98px) {
	.subscribe p:last-of-type {
		margin-top: .7rem
	}
}

@media(max-width:575.98px) {
	.subscribe button {
		width: 100%
	}

	.subscribe button:first-of-type {
		margin-bottom: .7rem
	}

	.subscribe .btn~.btn {
		margin-left: 0
	}
}

.footer,.footer a {
	color: #fff
}

.footer a:hover {
	opacity: .8
}

.footer__top {
	background-color: #3d6888;
	padding: 1.4rem
}

@media(min-width:992px) {
	.footer__top {
		padding: 2.1rem 1.4rem
	}
}

.footer__top h4 {
	font-weight: 400
}

@media(max-width:991.98px) {
	.footer__top h4 {
		font-size: 1.2rem
	}
}

.footer__top .footer__social-icons {
	margin-top: .7rem
}

.footer__top .footer__social-icons a {
	text-decoration: none;
	margin: 0 .4rem
}

@media(min-width:992px) {
	.footer__top .footer__social-icons .icon--social {
		width: 50px;
		height: 50px;
		background-size: 50px 50px
	}
}

.footer__mid {
	background-color: #618caf;
	padding: .4rem 0 0
}

@media(min-width:992px) {
	.footer__mid {
		padding: 1rem 1.4rem
	}
}

.footer__mid h5 {
	font-weight: 300
}

@media(max-width:991.98px) {
	.footer__mid h5 {
		font-size: 1.1rem
	}
}

.footer__mid ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer__mid ul li {
	padding: .3rem 0
}

@media(min-width:992px) {
	.footer__mid ul li {
		padding: .2rem 0
	}
}

.footer__mid ul a {
	color: #fff;
	font-weight: 300
}

@media(max-width:991.98px) {
	.footer .collapsable {
		border-bottom: 1px solid #83a5c0;
		margin-right: -.7rem;
		margin-left: -.7rem;
		padding-right: .7rem;
		padding-left: .7rem
	}
}

.footer .collapsable__button {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: inherit;
	border: 0;
	background: transparent;
	display: flex;
	justify-content: space-between
}

.footer .collapsable__button:focus {
	outline: none
}

@media(max-width:991.98px) {
	.footer .collapsable__button {
		width: 100%;
		padding: .8rem 0 .2rem
	}
}

@media(min-width:992px) {
	.footer .collapsable__button {
		cursor: auto
	}
}

.footer .collapsable__button .collapsable__icon .icon--arrow-up {
	transition: transform .2s ease
}

.footer .collapsable__button.collapsed .collapsable__icon .icon--arrow-up {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.footer .collapsable__icon {
	position: relative;
	top: -4px
}

@media(min-width:992px) {
	.footer .collapsable__icon {
		display: none
	}
}

@media(max-width:991.98px) {
	.footer .collapsable__content {
		padding-bottom: 1rem
	}
}

@media(min-width:992px) {
	.footer .collapsable__content {
		display: block;
		height: auto!important;
		visibility: visible
	}
}

.footer__bottom {
	background-color: #34394c;
	font-weight: 300;
	font-size: .9rem;
	padding: 1rem 0
}

@media(min-width:992px) {
	.footer__bottom {
		padding: 1rem 1.4rem
	}
}

@media(max-width:575.98px) {
	.footer__bottom {
		padding-bottom: 1rem
	}
}

.footer__bottom .footer__bottom-copyright {
	display: block;
	text-align: center
}

@media(min-width:992px) {
	.footer__bottom .footer__bottom-copyright {
		text-align: left
	}
}

@media(max-width:991.98px) {
	.footer__bottom .footer__bottom-links {
		-moz-columns: 2 100px;
		columns: 100px 2;
		margin-bottom: 1rem
	}

	.footer__bottom .footer__bottom-links a {
		display: inline-block;
		width: 100%;
		line-height: 1.2;
		padding: .4rem 0
	}
}

@media(min-width:992px) {
	.footer__bottom .footer__bottom-links {
		margin-left: 1rem
	}
}

.footer__bottom .footer__bottom-links a {
	margin-right: 1rem
}

.footer__bottom .adchoices {
	display: flex;
	justify-content: center
}

@media(max-width:991.98px) {
	.footer__bottom .adchoices {
		margin-bottom: 1rem
	}
}

@media(min-width:992px) {
	.footer__bottom .adchoices {
		justify-content: flex-end
	}
}

#collapsible-subscribe {
	width: 100%;
	max-width: 1286px;
	margin: 0 auto;
	border-top: 3px solid #e9ecef;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	z-index: 100;
	display: none
}

@media(max-width:575.98px) {
	#collapsible-subscribe {
		display: none!important
	}
}

#collapsible-subscribe .collapsible-subscribe__top {
	height: 5.5rem;
	background-color: #b0c5d6;
	display: flex;
	justify-content: center;
	align-items: center
}

#collapsible-subscribe .collapsible-subscribe__top-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	padding-left: 12%;
	padding-right: 8%
}

#collapsible-subscribe .collapsible-subscribe__top-container p {
	margin: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	letter-spacing: -1px
}

#collapsible-subscribe .collapsible-subscribe__top-container-title {
	font-family: Georgia,Times,Times New Roman,serif!important;
	letter-spacing: -.5px!important
}

#collapsible-subscribe .collapsible-subscribe__top-container-price {
	color: #444c62!important;
	font-size: 3rem!important;
	line-height: normal
}

#collapsible-subscribe .collapsible-subscribe__top-container-price .dollar {
	font-size: 1rem!important;
	font-weight: 700;
	top: -1.2em!important
}

#collapsible-subscribe .collapsible-subscribe__top-container-price .unit {
	font-size: 2rem!important;
	top: -.2em!important
}

#collapsible-subscribe .collapsible-subscribe__top-container-period {
	font-weight: 700
}

@media(min-width:680px) {
	#collapsible-subscribe .collapsible-subscribe__top-container {
		padding-right: 23%;
		padding-left: 10%
	}
}

@media(min-width:768px) {
	#collapsible-subscribe .collapsible-subscribe__top-container {
		padding-right: 23%;
		padding-left: 15%
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-title {
		font-size: 1.1rem!important
	}
}

@media(min-width:800px) {
	#collapsible-subscribe .collapsible-subscribe__top-container {
		padding-right: 25%;
		padding-left: 17%
	}
}

@media(min-width:900px) {
	#collapsible-subscribe .collapsible-subscribe__top-container {
		padding-right: 23%;
		padding-left: 15%
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-title {
		font-size: 1.2rem!important;
		letter-spacing: 0!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-price {
		font-size: 3.5rem!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-price .dollar {
		font-size: 1.2rem!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-price .unit {
		font-size: 2.3rem!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-period {
		font-size: 1.1rem!important
	}
}

@media(min-width:992px) {
	#collapsible-subscribe .collapsible-subscribe__top-container {
		padding-right: 25%;
		padding-left: 15%
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-title {
		font-size: 1.3rem!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-price {
		font-size: 4.5rem!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-price .dollar {
		font-size: 1.3rem!important;
		top: -1.5em!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-price .unit {
		font-size: 2.5rem!important;
		top: -.4em!important
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-period {
		font-size: 1.2rem!important
	}
}

@media(min-width:1200px) {
	#collapsible-subscribe .collapsible-subscribe__top-container {
		padding-right: 10rem;
		padding-left: .7rem;
		justify-content: center
	}

	#collapsible-subscribe .collapsible-subscribe__top-container-price {
		margin: 0 3.5rem!important
	}
}

#collapsible-subscribe .collapsible-subscribe__bottom {
	height: 3.5rem;
	background-color: #7c9eb8;
	display: flex;
	justify-content: center;
	align-items: center
}

#collapsible-subscribe .collapsible-subscribe__bottom-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative
}

#collapsible-subscribe .collapsible-subscribe__bottom-container-button img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: all .3s ease
}

#collapsible-subscribe .collapsible-subscribe__bottom-container p {
	margin: 0
}

#collapsible-subscribe .collapsible-subscribe__bottom-container-image-left img,#collapsible-subscribe .collapsible-subscribe__bottom-container-image-right img {
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden
}

#collapsible-subscribe .collapsible-subscribe__bottom-container-content {
	margin-right: 1rem
}

#collapsible-subscribe .collapsible-subscribe__bottom-container-content p {
	font-size: 1rem;
	font-weight: 700;
	color: #444c62
}

#collapsible-subscribe .collapsible-subscribe__bottom-container-content p span {
	color: #fff
}

#collapsible-subscribe .collapsible-subscribe__bottom-container-subscribe__button {
	z-index: 2
}

#collapsible-subscribe .collapsible-subscribe__bottom-container-subscribe__button .btn-extrapad {
	font-size: 1rem;
	color: #444c62;
	background-color: #fff;
	border-color: #fff;
	font-weight: 700;
	border-radius: 17px;
	padding: 5px 1.2rem
}

@media(min-width:768px) {
	#collapsible-subscribe .collapsible-subscribe__bottom-container-subscribe__button .btn-extrapad {
		padding: 5px 1.5rem
	}
}

@media(min-width:992px) {
	#collapsible-subscribe .collapsible-subscribe__bottom-container-button img {
		right: 11px
	}

	#collapsible-subscribe .collapsible-subscribe__bottom-container-content p {
		font-size: 1.5rem
	}
}

#collapsible-subscribe .show .collapsible-subscribe__bottom-container-button img {
	top: -4.5rem;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all .5s ease
}

#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-left img {
	opacity: 1;
	position: absolute;
	top: -3rem;
	left: 0;
	height: 70px;
	z-index: 1
}

@media(min-width:680px) {
	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-content {
		margin-right: 0;
		position: absolute;
		right: 380px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-subscribe__button {
		position: absolute;
		right: 205px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-right img {
		opacity: 1;
		position: absolute;
		top: -3.5rem;
		right: 0;
		height: 90px;
		z-index: 1
	}
}

@media(min-width:768px) {
	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-content {
		position: absolute;
		right: 420px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-subscribe__button {
		position: absolute;
		right: 230px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-left img {
		opacity: 1;
		position: absolute;
		top: -4.5rem;
		left: 0;
		height: 90px;
		z-index: 1
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-right img {
		opacity: 1;
		position: absolute;
		top: -4.5rem;
		right: 0;
		height: 100px;
		z-index: 1
	}
}

@media(min-width:800px) {
	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-content {
		margin-right: 0;
		position: absolute;
		right: 440px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-subscribe__button {
		position: absolute;
		right: 250px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-left img {
		top: -4rem;
		left: 1rem;
		height: 90px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-right img {
		top: -4rem;
		right: 0;
		height: 110px
	}
}

@media(min-width:900px) {
	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-content {
		margin-right: 0;
		position: absolute;
		right: 465px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-subscribe__button {
		position: absolute;
		right: 275px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-left img {
		top: -4.5rem;
		left: 1rem
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-right img {
		top: -4.2rem;
		right: 1rem;
		height: 110px
	}
}

@media(min-width:992px) {
	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-content {
		margin-right: 0;
		position: absolute;
		right: 510px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-content p {
		font-size: 1.5rem
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-subscribe__button {
		position: absolute;
		right: 320px
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-left img {
		left: 1.5rem
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-right img {
		top: -5rem;
		right: 1.5rem;
		height: 130px
	}
}

@media(min-width:1200px) {
	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-content {
		margin-right: 1rem;
		position: relative;
		right: auto
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-subscribe__button {
		position: relative;
		right: auto
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-left img {
		top: -4.5rem;
		left: 3rem
	}

	#collapsible-subscribe .show .collapsible-subscribe__bottom-container-image-right img {
		top: -5.2rem;
		right: 1.5rem;
		height: 140px
	}
}

@media(min-width:576px) {
	footer.collapsible-subscribe-collapsed {
		padding-bottom: 3.5rem
	}

	footer.collapsible-subscribe-expanded {
		padding-bottom: 9rem
	}
}

@media(max-width:575.98px) {
	.header-sticky-target-active {
		position: fixed;
		top: 0;
		z-index: 5
	}

	.header-sticky-hide-target-active {
		opacity: 0;
		height: 0;
		overflow: hidden;
		transition: opacity 1s ease-out
	}

	.header-sticky-hide-target {
		opacity: 1;
		transition: opacity 1s ease-out
	}

	main.header-sticky {
		padding-top: 60px
	}
}

.youqinglianjie-link {
	background-color: #fff;
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: 1.1rem;
	margin-bottom: 1.1rem
}

@media(min-width:992px) {
	.youqinglianjie-link {
		padding-left: 1.4rem;
		padding-top: .6rem;
		padding-right: 1.4rem;
		padding-bottom: .6rem;
		font-size: .8rem;
	}
}